File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 # contains package information of crates installed via `cargo install`.
5555 ~/.cargo/.crates.toml
5656 ~/.cargo/.crates2.json
57- key : ${{ runner.os }}-cargo-installfix -${{ hashFiles('**/Cargo.lock') }}
58- restore-keys : ${{ runner.os }}-cargo-installfix
57+ key : ${{ runner.os }}-cargo-reset20230315 -${{ hashFiles('**/Cargo.lock') }}
58+ restore-keys : ${{ runner.os }}-cargo-reset20230315
5959
6060 - name : Install rustup-toolchain-install-master
6161 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
@@ -106,8 +106,8 @@ jobs:
106106 # contains package information of crates installed via `cargo install`.
107107 ~/.cargo/.crates.toml
108108 ~/.cargo/.crates2.json
109- key : ${{ runner.os }}-cargo-installfix -${{ hashFiles('**/Cargo.lock') }}
110- restore-keys : ${{ runner.os }}-cargo-installfix
109+ key : ${{ runner.os }}-cargo-reset20230315 -${{ hashFiles('**/Cargo.lock') }}
110+ restore-keys : ${{ runner.os }}-cargo-reset20230315
111111
112112 - name : Install rustup-toolchain-install-master
113113 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
You can’t perform that action at this time.
0 commit comments