Skip to content

Commit

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

0 comments on commit e55fa35

Please sign in to comment.