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
|
||||
run: |
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
rustup toolchain install 1.20.0
|
||||
rustup update
|
||||
# It fails on Windows, disable auto self update
|
||||
rustup toolchain install 1.20.0 --no-self-update
|
||||
rustup update --no-self-update
|
||||
|
||||
- name: Build, test (default)
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue