ci: use rust beta on FreeBSD

This commit is contained in:
LongYinan 2023-01-29 16:55:33 +08:00
parent a302c9cb18
commit 28880805dc
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -17,7 +17,7 @@ build_and_test: &BUILD_AND_TEST
- curl -qL https://www.npmjs.com/install.sh | sh
- npm install --location=global --ignore-scripts yarn
- 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 ~~~~"
rustc --version