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
|
- name: Install rustup-toolchain-install-master and xargo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cargo install rustup-toolchain-install-master
|
# Only install tools if we don't have them cached
|
||||||
# Only install xargo if we don't have it cached
|
if ! which rustup-toolchain-install-master; then cargo install rustup-toolchain-install-master; fi
|
||||||
if ! which xargo; then cargo install xargo; fi
|
if ! which xargo; then cargo install xargo; fi
|
||||||
|
|
||||||
- name: Install "master" toolchain
|
- name: Install "master" toolchain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user