We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271a168 commit 470710bCopy full SHA for 470710b
.github/workflows/integration.yml
@@ -51,17 +51,17 @@ jobs:
51
uses: actions/cache@v1
52
with:
53
path: ~/.cargo/registry
54
- key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-registry
55
- name: Cache cargo index
56
57
58
path: ~/.cargo/git
59
- key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-index
60
- name: Cache cargo build
61
62
63
path: target
64
- key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-build-target
65
- name: Master Toolchain Setup
66
run: bash setup-toolchain.sh
67
- name: Build
0 commit comments