Skip to content

Commit

Permalink
add binaryen to ci reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Nov 14, 2023
1 parent ee34a87 commit cdfd1cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
run: rustup show
- name: Install wasm32-wasi
run: rustup target add wasm32-wasi
- name: Setup `wasm-tools`
uses: bytecodealliance/actions/wasm-tools/setup@v1
- name: Run `wasm-tools version`
run: "wasm-tools --version"
- name: Setup wasm binaryen
uses: Aandreba/setup-binaryen
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cdfd1cf

Please sign in to comment.