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 b083724 commit 63e7a58Copy full SHA for 63e7a58
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
~/.cargo/registry
42
~/.cargo/git
43
target
44
- key: ${{ runner.os }}-cargo-${{ matrix.target }}-default-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-${{ matrix.target }}-default-v2-${{ hashFiles('**/Cargo.lock') }}
45
- name: Build
46
uses: actions-rs/cargo@v1
47
with:
0 commit comments