Skip to content

Commit 7d70af1

Browse files
committed
chore: remove unused cache
1 parent e93a7d9 commit 7d70af1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/local-server-build.yml

-24
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,6 @@ jobs:
2222
toolchain: stable
2323
override: true
2424

25-
- name: Cache cargo registry
26-
uses: actions/cache@v3
27-
with:
28-
path: ~/.cargo/registry
29-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
30-
restore-keys: |
31-
${{ runner.os }}-cargo-registry-
32-
33-
- name: Cache cargo index
34-
uses: actions/cache@v3
35-
with:
36-
path: ~/.cargo/index
37-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
38-
restore-keys: |
39-
${{ runner.os }}-cargo-index-
40-
41-
- name: Cache cargo build
42-
uses: actions/cache@v3
43-
with:
44-
path: target
45-
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
46-
restore-keys: |
47-
${{ runner.os }}-cargo-build-
48-
4925
- name: Build Server
5026
working-directory: local_server
5127
run: cargo build --release --manifest-path=Cargo.toml

0 commit comments

Comments
 (0)