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 7317f8c commit f30b70dCopy full SHA for f30b70d
.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
15
toolchain: stable
16
profile: minimal
17
override: true
18
- - name: Cache cargo index
+ - name: Cache cargo registry
19
uses: actions/cache@v2
20
with:
21
- path: ~/.cargo/git
22
- key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
+ path: ~/.cargo/registry
+ key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
23
- name: Cache cargo build
24
25
0 commit comments