force-install tools on stale cache, to make sure we get the latest of all dependencies
This commit is contained in:
parent
1f53be15e1
commit
7e97f85fb7
1 changed files with 2 additions and 2 deletions
4
src/tools/miri/.github/workflows/ci.yml
vendored
4
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -64,8 +64,8 @@ jobs:
|
|||
if: ${{ steps.cache.outputs.cache-hit == 'false' }}
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install rustup-toolchain-install-master
|
||||
cargo install xargo
|
||||
cargo install -f rustup-toolchain-install-master
|
||||
cargo install -f xargo
|
||||
|
||||
- name: Install "master" toolchain
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue