Skip to content

Commit

Permalink
wabt 1.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 29, 2024
1 parent 3034084 commit f7e58d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Install wabt
run: |
set -e
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.13/wabt-1.0.13-linux.tar.gz | tar xzf -
echo "`pwd`/wabt-1.0.13" > $GITHUB_PATH
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.33/wabt-1.0.33-linux.tar.gz | tar xzf -
echo "`pwd`/wabt-1.0.33" > $GITHUB_PATH
- name: Install binaryen
run: |
set -e
Expand All @@ -78,8 +78,8 @@ jobs:
- name: Install wabt
run: |
set -e
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.13/wabt-1.0.13-linux.tar.gz | tar xzf -
echo "`pwd`/wabt-1.0.13" > $GITHUB_PATH
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.33/wabt-1.0.33-linux.tar.gz | tar xzf -
echo "`pwd`/wabt-1.0.33" > $GITHUB_PATH
- name: Install binaryen
run: |
set -e
Expand Down

0 comments on commit f7e58d8

Please sign in to comment.