There was an error while loading. Please reload this page.
rust-version
1 parent d36bd21 commit 1c10d9bCopy full SHA for 1c10d9b
1 file changed
setup.sh
@@ -13,6 +13,7 @@ args=()
13
[[ -n "${INPUT_TARGETS}" ]] && args+=(-t "${INPUT_TARGETS// /}")
14
15
rustup toolchain install "${INPUT_RUST_VERSION}" "${args[@]}"
16
+rustup default "${INPUT_RUST_VERSION}"
17
18
# shellcheck disable=SC2129
19
echo "rustup_version=$(rustup --version)" >> $GITHUB_OUTPUT
0 commit comments