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 Apr 30, 2024
1 parent b8f5acd commit f9e855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

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

0 comments on commit f9e855e

Please sign in to comment.