Skip to content

Commit

Permalink
chore(ci): install wasm-opt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 12, 2024
1 parent 48fc6ab commit 2c20928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
name: noirc_abi_wasm
path: ./tooling/noirc_abi_wasm

- name: Install wasm-bindgen-cli
uses: taiki-e/install-action@v2
with:
tool: wasm-opt@0.105.0

- name: Install Yarn dependencies
uses: ./.github/actions/setup

Expand Down

0 comments on commit 2c20928

Please sign in to comment.