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 011ac27 commit 3ec36d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Configure rustup
run: |
rustup install nightly
rustup default nightly
rustup install nightly-2023-06-12
rustup default nightly-2023-06-12
rustup target add wasm32-unknown-unknown
- name: Build app
Expand Down

0 comments on commit 3ec36d9

Please sign in to comment.