More shots in the dark

This commit is contained in:
Brooks J Rady 2021-02-23 16:33:16 +00:00
parent aced318596
commit c06d464c65

View file

@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Add WASM target - name: Add WASM target
run: rustup target add wasm32-wasi run: rustup target add wasm32-wasi
- name: Install wasm-opt (binaryen)
run: apt install binaryen
- name: Build - name: Build
run: ./build-all.sh --verbose run: ./build-all.sh --verbose
- name: Run tests - name: Run tests