Skip to content

Commit

Permalink
install wabt
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Sep 27, 2024
1 parent 6063be8 commit 4c98144
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ jobs:
with:
node-version: 18

- name: install wabt
uses: chiefbiiko/[email protected]
with:
version: 1.0.36

# - name: npm clean-install
# run: npm ci

- name: Install clang
run: sudo apt-get install clang

- name: Install wabt
run: sudo apt-get install wabt

- name: Build
run: ./build.sh

Expand Down

0 comments on commit 4c98144

Please sign in to comment.