Skip to content

Commit 470710b

Browse files
authored
Clippy doesn't have a Cargo.lock file
1 parent 271a168 commit 470710b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ jobs:
5151
uses: actions/cache@v1
5252
with:
5353
path: ~/.cargo/registry
54-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
54+
key: ${{ runner.os }}-cargo-registry
5555
- name: Cache cargo index
5656
uses: actions/cache@v1
5757
with:
5858
path: ~/.cargo/git
59-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
59+
key: ${{ runner.os }}-cargo-index
6060
- name: Cache cargo build
6161
uses: actions/cache@v1
6262
with:
6363
path: target
64-
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
64+
key: ${{ runner.os }}-cargo-build-target
6565
- name: Master Toolchain Setup
6666
run: bash setup-toolchain.sh
6767
- name: Build

0 commit comments

Comments
 (0)