default to installed rust version (#588)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Valentin Fernandez
2025-08-11 13:33:46 -03:00
committed by GitHub
parent e5112e690d
commit 540d46717b

View File

@@ -24,6 +24,7 @@ unamestr=`uname`
# toolchain with rust-src (for panic overrdides) and the right wasm32 toolchain
rustup toolchain install $RUST_VER -c rust-src -t wasm32-unknown-unknown
rustup default $RUST_VER
if [ "$RUST_VER" != "stable" ]; then
cargo install xargo