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:
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 : |
You can’t perform that action at this time.
0 commit comments