mirror of
https://github.com/Z3Prover/z3
synced 2026-01-08 20:11:17 +00:00
Update docs.yml
This commit is contained in:
parent
8407bfc8a3
commit
6b6e1e017b
1 changed files with 10 additions and 1 deletions
11
.github/workflows/docs.yml
vendored
11
.github/workflows/docs.yml
vendored
|
|
@ -52,7 +52,16 @@ jobs:
|
|||
run: |
|
||||
emsdk install ${EM_VERSION}
|
||||
emsdk activate ${EM_VERSION}
|
||||
|
||||
|
||||
- name: Set up Emscripten
|
||||
run: |
|
||||
source /home/runner/work/z3/z3/emsdk/emsdk_env.sh
|
||||
which emmake
|
||||
|
||||
- name: Build WASM
|
||||
run: |
|
||||
emmake make -j4 libz3.a
|
||||
|
||||
- name: Install JS dependencies
|
||||
working-directory: src/api/js
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue