We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930fc48 commit e793878Copy full SHA for e793878
.github/workflows/_build-rust.yml
@@ -52,8 +52,8 @@ jobs:
52
~/.cargo/registry/cache/
53
~/.cargo/git/db/
54
target/
55
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
56
- restore-keys: ${{ runner.os }}-cargo-
+ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ inputs.rust-version }}
+ restore-keys: ${{ runner.os }}-cargo-${{ inputs.rust-version }}
57
- run: cargo version
58
- name: Code Formatting
59
if: ${{ inputs.do-style-check }}
0 commit comments