Skip to content

Commit 79b242d

Browse files
committed
chore: remove cache from ci
1 parent 7bf72bb commit 79b242d

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,5 @@ jobs:
2525
toolchain: stable
2626
override: true
2727

28-
# Cache Cargo dependencies
29-
- name: Cache Cargo registry
30-
uses: actions/cache@v3
31-
with:
32-
path: ~/.cargo/registry
33-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
34-
restore-keys: |
35-
${{ runner.os }}-cargo-registry-
36-
37-
- name: Cache Cargo index
38-
uses: actions/cache@v3
39-
with:
40-
path: ~/.cargo/index
41-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
42-
restore-keys: |
43-
${{ runner.os }}-cargo-index-
44-
45-
- name: Cache Cargo build
46-
uses: actions/cache@v3
47-
with:
48-
path: target
49-
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
50-
restore-keys: |
51-
${{ runner.os }}-cargo-build-
52-
5328
- name: Build all examples
5429
run: cargo build --release --all-features --examples

0 commit comments

Comments
 (0)