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 ca09e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
target: wasm32-unknown-unknown

- name: "Build Bevy Examples"
run: >
cargo install --force wasm-bindgen-cli &&
run: |
cd generate-wasm-examples &&
./generate_wasm_examples.sh
Expand Down
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 ca09e36

Please sign in to comment.