Skip to content

Commit

Permalink
chore: fix vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Apr 16, 2024
1 parent 956aaf0 commit 72698d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_on_vercel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if ! command cargo &>/dev/null; then
curl -sSf https://sh.rustup.rs >rustup-init
chmod +x rustup-init
./rustup-init -y --no-modify-path --default-toolchain="${RUST_TOOLCHAIN}"
rustup toolchain install "${HOME}"
rustup toolchain install "${RUST_TOOLCHAIN}"
rustup default "${RUST_TOOLCHAIN}"
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 72698d6

Please sign in to comment.