Skip to content

Commit 6d1ab02

Browse files
committed
Add profile in cache key
1 parent a0574a3 commit 6d1ab02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Rust Cache
3434
uses: Swatinem/rust-cache@v2
35+
with:
36+
prefix-key: "v0-rust-${{ matrix.cargo_profile }}"
3537

3638
- name: Print tool versions
3739
run: |

0 commit comments

Comments
 (0)