Skip to content

Commit affa5a8

Browse files
committed
Cache build artifacts in GHA cache
1 parent 7a2947f commit affa5a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
toolchain: 1.74.0
2222
targets: wasm32-unknown-unknown
2323
components: clippy, rustfmt
24+
- name: "Cache build artifacts"
25+
uses: Swatinem/rust-cache@v2
2426
- name: Check workspace
2527
run: ./devtools/check_workspace.sh
2628

@@ -35,5 +37,7 @@ jobs:
3537
with:
3638
toolchain: 1.74.0
3739
components: rustfmt
40+
- name: "Cache build artifacts"
41+
uses: Swatinem/rust-cache@v2
3842
- name: Test workspace
3943
run: ./devtools/test_workspace.sh

0 commit comments

Comments
 (0)