We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669aa8a commit 1e5d42eCopy full SHA for 1e5d42e
.github/workflows/ci.yml
@@ -29,24 +29,6 @@ jobs:
29
toolchain: ${{ matrix.rust }}
30
override: true
31
32
- - name: Cache cargo registry
33
- uses: actions/cache@v2
34
- with:
35
- path: ~/.cargo/registry
36
- key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
37
-
38
- - name: Cache cargo index
39
40
41
- path: ~/.cargo/git
42
- key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-index-${{ hashFiles('**/Cargo.toml') }}
43
44
- - name: Cache cargo build
45
46
47
- path: target
48
- key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
49
50
- name: check
51
uses: actions-rs/cargo@v1
52
with:
0 commit comments