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 17b76f7 commit 05832d2Copy full SHA for 05832d2
.github/workflows/ci.yml
@@ -36,7 +36,9 @@ jobs:
36
uses: actions/cache@v1
37
with:
38
path: target
39
- key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
40
+ restore-key: |
41
+ ${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-
42
43
- name: Install stable Rust
44
run: rustup update stable && rustup default stable
0 commit comments