Fix build error

This commit is contained in:
Victor Mignot 2022-11-21 00:39:58 -05:00
parent fddb07ea3a
commit e3bbf00a8e
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

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