Skip to content

Commit 6ba63a6

Browse files
committed
fix: Remove unnecessary Cargo cache steps in workflow
1 parent cebf02f commit 6ba63a6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/backend.yml

-18
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,6 @@ jobs:
4949
apt update \
5050
&& apt install -y curl gcc musl-dev openssl libssl-dev pkg-config cmake
5151
52-
- name: Cache Cargo registry and git checkouts
53-
uses: actions/cache@v3
54-
with:
55-
path: |
56-
~/.cargo/registry
57-
~/.cargo/git
58-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
59-
restore-keys: |
60-
${{ runner.os }}-cargo-
61-
62-
- name: Cache Cargo target directory
63-
uses: actions/cache@v3
64-
with:
65-
path: target
66-
key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }}
67-
restore-keys: |
68-
${{ runner.os }}-target-
69-
7052
- name: Install latest nightly
7153
uses: actions-rs/toolchain@v1
7254
with:

0 commit comments

Comments
 (0)