ci: use rust beta on FreeBSD
This commit is contained in:
parent
a302c9cb18
commit
28880805dc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ build_and_test: &BUILD_AND_TEST
|
||||||
- curl -qL https://www.npmjs.com/install.sh | sh
|
- curl -qL https://www.npmjs.com/install.sh | sh
|
||||||
- npm install --location=global --ignore-scripts yarn
|
- npm install --location=global --ignore-scripts yarn
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
- sh rustup.sh -y --profile minimal --default-toolchain stable
|
- sh rustup.sh -y --profile minimal --default-toolchain beta
|
||||||
- |
|
- |
|
||||||
echo "~~~~ rustc --version ~~~~"
|
echo "~~~~ rustc --version ~~~~"
|
||||||
rustc --version
|
rustc --version
|
||||||
|
|
Loading…
Reference in a new issue