diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-03-13 21:21:11 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-03-14 19:22:25 -0400 |
| commit | 43dff4f78fa835938c7abbf30f528f4220971184 (patch) | |
| tree | e0e891e30b91d369083166de7035a7276380abbd | |
| parent | 3ff7d3da54a45e8709fa056d07cb538e1297731a (diff) | |
| download | rust-43dff4f78fa835938c7abbf30f528f4220971184.tar.gz rust-43dff4f78fa835938c7abbf30f528f4220971184.zip | |
Don't use CI caches from before this branch
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 138a69974e1..4ae081e2c45 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -54,8 +54,8 @@ jobs: # contains package information of crates installed via `cargo install`. ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo + key: ${{ runner.os }}-cargo-installfix-${{ hashFiles('**/Cargo.lock') }} + restore-keys: ${{ runner.os }}-cargo-installfix - name: Install rustup-toolchain-install-master if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -106,8 +106,8 @@ jobs: # contains package information of crates installed via `cargo install`. ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo + key: ${{ runner.os }}-cargo-installfix-${{ hashFiles('**/Cargo.lock') }} + restore-keys: ${{ runner.os }}-cargo-installfix - name: Install rustup-toolchain-install-master if: ${{ steps.cache.outputs.cache-hit != 'true' }} |
