mirror of
https://github.com/remko/waforth
synced 2024-12-25 09:59:07 +01:00
github: waforthc fixes
This commit is contained in:
parent
bbc95e9418
commit
ce7092129f
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
@ -25,6 +25,7 @@ runs:
|
|||
curl -L -s https://github.com/WebAssembly/wabt/releases/download/1.0.31/wabt-1.0.31.tar.xz | tar xvJ -C /tmp
|
||||
mkdir -p /c/tools/wabt/share/wabt
|
||||
mv /tmp/wabt-1.0.31/wasm2c /c/tools/wabt/share/wabt
|
||||
ls /c/tools/wabt/share/wabt/wasm2c
|
||||
echo "Done"
|
||||
shell: bash
|
||||
- run: yarnpkg --pure-lockfile
|
||||
|
|
Loading…
Reference in a new issue