Skip to content

Commit

Permalink
fix: Pin version of wasm-bindgen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Mar 4, 2024
1 parent 19198b0 commit 946e8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: cargo-bins/[email protected]

- name: Install wasm-bindgen
run: cargo binstall wasm-bindgen-cli -y
run: cargo binstall wasm-bindgen-cli --version 0.2.91 -y

- name: Install wasm-opt (via binaryen)
run: sudo apt-get install -y binaryen
Expand Down

0 comments on commit 946e8db

Please sign in to comment.