also avoid rebuilding cached RTIM
This commit is contained in:
parent
81d661f134
commit
1571571e38
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -63,8 +63,8 @@ jobs:
|
||||
- name: Install rustup-toolchain-install-master and xargo
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install rustup-toolchain-install-master
|
||||
# Only install xargo if we don't have it cached
|
||||
# Only install tools if we don't have them cached
|
||||
if ! which rustup-toolchain-install-master; then cargo install rustup-toolchain-install-master; fi
|
||||
if ! which xargo; then cargo install xargo; fi
|
||||
|
||||
- name: Install "master" toolchain
|
||||
|
Loading…
x
Reference in New Issue
Block a user