Skip to content

Commit 09ff4bb

Browse files
committed
ci: add Swatinem/rust-cache to build-artifacts workflow
1 parent fb2356e commit 09ff4bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-artifacts.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
target: aarch64-unknown-linux-musl
2626

27+
- name: Cache Cargo dependencies
28+
uses: Swatinem/rust-cache@v2
29+
with:
30+
key: aarch64-unknown-linux-musl
31+
2732
- name: Install base dependencies
2833
run: |
2934
sudo apt-get update

0 commit comments

Comments
 (0)