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 7e71a3b commit 4054e58Copy full SHA for 4054e58
.github/workflows/_build-rust.yml
@@ -52,7 +52,7 @@ jobs:
52
~/.cargo/registry/cache/
53
~/.cargo/git/db/
54
target/
55
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ inputs.rust-version }}
+ key: ${{ runner.os }}-rust-${{ inputs.rust-version }}-cargo-${{ hashFiles('Cargo.lock') }}
56
restore-keys: ${{ runner.os }}-cargo-${{ inputs.rust-version }}
57
- run: cargo version
58
- name: Code Formatting
0 commit comments