Skip to content

Commit

Permalink
cloudflare debug build
Browse files Browse the repository at this point in the history
Trying to fix a build error in pipeline
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent 1f9eacd commit 9dd9227
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 @@ -2,8 +2,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 target add wasm32-unknown-unknown
cargo install cargo-binstall
cargo-binstall --locked --no-confirm trunk
#cargo install cargo-binstall
#cargo-binstall --locked --no-confirm trunk
cargo install wasm-bindgen-cli
rustup default nightly
trunk build

0 comments on commit 9dd9227

Please sign in to comment.