Skip to content

Commit

Permalink
Install wABT / EMSDK on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Mar 16, 2024
1 parent 52435bf commit fe4088c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ jobs:
with:
fetch-depth: 0

- name: Install WABT
run: |
curl -fsSL https://github.com/WebAssembly/wabt/releases/download/1.0.34/wabt-1.0.34-ubuntu.tar.gz | \
tar -C $HOME -xzf -
echo "$HOME/wabt-1.0.34/bin" >> $GITHUB_PATH
- name: Install EMSDK
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.55
actions-cache-folder: 'emsdk-cache'

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit fe4088c

Please sign in to comment.