Skip to content

Commit 231a26d

Browse files
committed
chore: commented out 'Cache Rust dependencies' step
1 parent a92746b commit 231a26d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: .github/workflows/main.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
- name: Checkout sources
2828
uses: actions/checkout@v1
2929

30-
- name: Cache Rust dependencies
31-
uses: actions/cache@v1
32-
with:
33-
path: target
34-
key: ${{ runner.OS }}-build-${{ hashFiles('**\Cargo.lock') }}
35-
restore-keys: |
36-
${{ runner.OS }}-build-
30+
# @TODO: Doesn't work + `cargo.lock` is not usable anymore.
31+
# - name: Cache Rust dependencies
32+
# uses: actions/cache@v1
33+
# with:
34+
# path: target
35+
# key: ${{ runner.OS }}-build-${{ hashFiles('**\Cargo.lock') }}
36+
# restore-keys: |
37+
# ${{ runner.OS }}-build-
3738

3839
- name: Install stable Rust
3940
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)