Skip to content

Commit

Permalink
Add make build-wasmer-wasm to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Aug 5, 2022
1 parent 36419ec commit 4710a2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ jobs:
shell: bash
run: |
make build-wasmer
- name: Build Wasmer binary on Wasm32-WASI without LLVM
if: matrix.use_llvm != true
shell: bash
run: |
make build-wasmer-wasm
- name: Build Wapm binary
run: |
make build-wapm
Expand Down

0 comments on commit 4710a2a

Please sign in to comment.