Update build.yml

This commit is contained in:
0xd4d 2019-12-23 17:04:03 +01:00
parent 6ab77254d0
commit 85112dc26b
1 changed files with 3 additions and 2 deletions

View File

@ -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