Skip to content

Commit 3709a97

Browse files
committed
Cache Rust deps in GHA
1 parent db5cfab commit 3709a97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Set up Rust
2222
uses: actions-rust-lang/setup-rust-toolchain@v1
2323

24+
- name: Cache Rust dependencies
25+
uses: Swatinem/rust-cache@v2
26+
with:
27+
workspaces: "rust"
28+
2429
- name: Generate JSON containing all concerts
2530
working-directory: rust
2631
run: cargo run

0 commit comments

Comments
 (0)