mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
github: Fix build
This commit is contained in:
parent
cdb3363b83
commit
94c01dfdc7
1 changed files with 3 additions and 1 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
@ -9,7 +9,9 @@ runs:
|
|||
- if: runner.os == 'macOS'
|
||||
run: brew install wabt
|
||||
shell: bash
|
||||
- run: sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev
|
||||
- if: runner.os == 'Linux'
|
||||
run: sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev
|
||||
shell: bash
|
||||
- if: runner.os == 'Linux'
|
||||
run: |
|
||||
curl -L -s https://github.com/WebAssembly/wabt/releases/download/1.0.30/wabt-1.0.30-ubuntu.tar.gz | tar xvz -C /tmp
|
||||
|
|
Loading…
Reference in a new issue