Skip to content

Commit 1e5d42e

Browse files
disable caching on ci
1 parent 669aa8a commit 1e5d42e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Diff for: .github/workflows/ci.yml

-18
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@ jobs:
2929
toolchain: ${{ matrix.rust }}
3030
override: true
3131

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-
uses: actions/cache@v2
40-
with:
41-
path: ~/.cargo/git
42-
key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-index-${{ hashFiles('**/Cargo.toml') }}
43-
44-
- name: Cache cargo build
45-
uses: actions/cache@v2
46-
with:
47-
path: target
48-
key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
49-
5032
- name: check
5133
uses: actions-rs/cargo@v1
5234
with:

0 commit comments

Comments
 (0)