Skip to content

Commit

Permalink
switching to nightly earlier to see if error is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent c1cabb2 commit 4bafc34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloudflare-build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
curl https://sh.rustup.rs -sSf | sh -s -- -y
. $HOME/.cargo/env
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
rustup default nightly
rustup target add wasm32-unknown-unknown
#cargo install cargo-binstall
#cargo-binstall --locked --no-confirm trunk
cargo install --locked trunk
cargo install wasm-bindgen-cli
rustup default beta
trunk build

0 comments on commit 4bafc34

Please sign in to comment.