Skip to content

Commit

Permalink
trunk can only be built with stable
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent d197659 commit fea88d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudflare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
rustup default nightly
rustup target add wasm32-unknown-unknown
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
cargo install --locked trunk
cargo install wasm-bindgen-cli
cargo +stable install --locked trunk
cargo +stable install wasm-bindgen-cli
trunk build

0 comments on commit fea88d9

Please sign in to comment.