Fix build error
This commit is contained in:
parent
fddb07ea3a
commit
e3bbf00a8e
|
@ -7,7 +7,7 @@ sources:
|
|||
|
||||
tasks:
|
||||
- setup: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
|
||||
rustup toolchain install stable
|
||||
rustup default stable
|
||||
source $HOME/.cargo/env
|
||||
|
|
Loading…
Reference in a new issue