mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update wasm.yml
This commit is contained in:
parent
fe0e1cce30
commit
f83226df9c
6
.github/workflows/wasm.yml
vendored
6
.github/workflows/wasm.yml
vendored
|
@ -15,9 +15,11 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Import enscripten
|
||||||
|
uses: mymindstorm/setup-emsdk@v9
|
||||||
|
|
||||||
- name: Configure CMake and build
|
- name: Configure CMake and build
|
||||||
- uses: mymindstorm/setup-emsdk@v9
|
run: |
|
||||||
- run: |
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue