mirror of https://github.com/icedland/iced.git
Update build.yml
This commit is contained in:
parent
6ab77254d0
commit
85112dc26b
|
@ -86,8 +86,9 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
rustup toolchain install 1.20.0
|
# It fails on Windows, disable auto self update
|
||||||
rustup update
|
rustup toolchain install 1.20.0 --no-self-update
|
||||||
|
rustup update --no-self-update
|
||||||
|
|
||||||
- name: Build, test (default)
|
- name: Build, test (default)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue