Skip to content

Commit 4aa4f86

Browse files
committed
ci(build): add additional cache key
1 parent a604bff commit 4aa4f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
uses: actions/checkout@v3
9696
- name: Cache cargo & target directories
9797
uses: Swatinem/rust-cache@v2
98+
with:
99+
key: ${{ matrix.platform.release_for }}
98100
- name: Install musl-tools on Linux
99101
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
100102
if: contains(matrix.platform.name, 'musl')

0 commit comments

Comments
 (0)