Skip to content

Commit

Permalink
Update build-deploy-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicja-januszkiewicz authored May 1, 2024
1 parent 3ec36d9 commit ddf3be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Configure rustup
- name: Configure rustup and install wasm-bindgen
run: |
rustup install nightly-2023-06-12
rustup default nightly-2023-06-12
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
- name: Build app
run: ./wasm-bindgen-macroquad.sh cubic --release
Expand Down

0 comments on commit ddf3be5

Please sign in to comment.