Skip to content

Commit

Permalink
ci: install wat2wasm for wasm-on-wasm as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 27, 2023
1 parent ecfbe8f commit 96fb1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,12 @@ jobs:
- name: Install dependencies (ubuntu)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get update && sudo apt-get install -y pax ninja-build
run: sudo apt-get update && sudo apt-get install -y wabt pax ninja-build

- name: Install dependencies (macOS)
if: startsWith(matrix.os, 'macos-')
run: |
brew install wabt
brew install ninja
- uses: actions/checkout@v3
Expand Down

0 comments on commit 96fb1bd

Please sign in to comment.