We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0574a3 commit 6d1ab02Copy full SHA for 6d1ab02
.github/workflows/rust-build.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Rust Cache
34
uses: Swatinem/rust-cache@v2
35
+ with:
36
+ prefix-key: "v0-rust-${{ matrix.cargo_profile }}"
37
38
- name: Print tool versions
39
run: |
0 commit comments