Skip to content

Commit 6958188

Browse files
committed
Temporarily disable rust repo cache
1 parent 901e413 commit 6958188

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ jobs:
108108
path: target
109109
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain') }}
110110

111-
- name: Cache rust repository
112-
# We only clone the rust repository for rustc tests
113-
if: ${{ contains(matrix.commands, 'rustc') }}
114-
uses: actions/cache@v3
115-
id: cache-rust-repository
116-
with:
117-
path: rust
118-
key: ${{ runner.os }}-packages-${{ hashFiles('rust/.git/HEAD') }}
111+
#- name: Cache rust repository
112+
## We only clone the rust repository for rustc tests
113+
#if: ${{ contains(matrix.commands, 'rustc') }}
114+
#uses: actions/cache@v3
115+
#id: cache-rust-repository
116+
#with:
117+
#path: rust
118+
#key: ${{ runner.os }}-packages-${{ hashFiles('rust/.git/HEAD') }}
119119

120120
- name: Build
121121
run: |

0 commit comments

Comments
 (0)