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 7ca9ed6 commit 8ca2765Copy full SHA for 8ca2765
.github/workflows/build.yaml
@@ -49,19 +49,19 @@ jobs:
49
uses: actions/cache@v1
50
with:
51
path: ~/.cargo/registry
52
- key: ${{ runner.os }}-cargo-registry-v0
+ key: v0-${{ runner.os }}-cargo-registry
53
54
- name: Cache cargo index
55
56
57
path: ~/.cargo/git
58
- key: ${{ runner.os }}-cargo-index-v0
+ key: v0-${{ runner.os }}-cargo-index
59
60
- name: Cache cargo build
61
62
63
path: target
64
- key: ${{ runner.os }}-cargo-build-target-v0
+ key: v0-${{ runner.os }}-cargo-build-target
65
66
- name: Install Stable
67
uses: actions-rs/toolchain@v1
0 commit comments