Skip to content

Commit

Permalink
don't need wasm-bindgen at this stage anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 18, 2023
1 parent df59a12 commit ba9a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
target: wasm32-unknown-unknown

- name: "Build Bevy Examples"
run: cargo install wasm-bindgen-cli && cd generate-wasm-examples && ./generate_wasm_examples.sh
run: cd generate-wasm-examples && ./generate_wasm_examples.sh

- name: "Build and deploy website"
if: github.repository_owner == 'bevyengine'
Expand Down

0 comments on commit ba9a666

Please sign in to comment.