We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebf02f commit 6ba63a6Copy full SHA for 6ba63a6
.github/workflows/backend.yml
@@ -49,24 +49,6 @@ jobs:
49
apt update \
50
&& apt install -y curl gcc musl-dev openssl libssl-dev pkg-config cmake
51
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
64
65
- path: target
66
- key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }}
67
68
- ${{ runner.os }}-target-
69
70
- name: Install latest nightly
71
uses: actions-rs/toolchain@v1
72
with:
0 commit comments