File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ jobs:
108
108
path : target
109
109
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain') }}
110
110
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') }}
119
119
120
120
- name : Build
121
121
run : |
You can’t perform that action at this time.
0 commit comments