This commit is contained in:
Brooks J Rady 2021-02-23 16:36:18 +00:00
parent c06d464c65
commit bff58a0a8a

View File

@ -19,7 +19,7 @@ jobs:
- name: Add WASM target
run: rustup target add wasm32-wasi
- name: Install wasm-opt (binaryen)
run: apt install binaryen
run: sudo apt-get -y install binaryen
- name: Build
run: ./build-all.sh --verbose
- name: Run tests