We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d37f08 commit 2cfb17eCopy full SHA for 2cfb17e
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
~/.cargo/registry/cache/
24
~/.cargo/git/db/
25
target/
26
- key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
+ key: ${{ runner.os }}-cargo-build-stable
27
28
- uses: actions-rs/toolchain@v1
29
with:
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments