mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Bump WABT version
This commit is contained in:
parent
eb4423ee5d
commit
0cf61783c8
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
@ -10,8 +10,8 @@ runs:
|
|||
# - run: sudo apt-get install wabt
|
||||
- run: |
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
curl -L -s https://github.com/WebAssembly/wabt/releases/download/1.0.27/wabt-1.0.27-ubuntu.tar.gz | tar xvz -C /tmp
|
||||
sudo mv /tmp/wabt-1.0.27/bin/* /usr/local/bin
|
||||
curl -L -s https://github.com/WebAssembly/wabt/releases/download/1.0.29/wabt-1.0.29-ubuntu.tar.gz | tar xvz -C /tmp
|
||||
sudo mv /tmp/wabt-1.0.29/bin/* /usr/local/bin
|
||||
else
|
||||
brew install wabt
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue