More shots in the dark
This commit is contained in:
parent
aced318596
commit
c06d464c65
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Add WASM target
|
||||
run: rustup target add wasm32-wasi
|
||||
- name: Install wasm-opt (binaryen)
|
||||
run: apt install binaryen
|
||||
- name: Build
|
||||
run: ./build-all.sh --verbose
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue