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 70d842d commit b8f5acd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

0 comments on commit b8f5acd

Please sign in to comment.