Skip to content

Commit

Permalink
Fix bug with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drashevsky committed Mar 22, 2024
1 parent e7ff62e commit 8788d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: latest

- name: Add wasm32-unknown-unknown build target
- run: rustup target add wasm32-unknown-unknown
run: rustup target add wasm32-unknown-unknown

- name: Build
run: |
Expand Down

0 comments on commit 8788d4a

Please sign in to comment.