mirror of
https://github.com/Z3Prover/z3
synced 2025-12-25 13:36:53 +00:00
Update docs.yml
This commit is contained in:
parent
470d660cee
commit
a912bfe05d
1 changed files with 7 additions and 2 deletions
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
|
|
@ -50,8 +50,13 @@ jobs:
|
|||
run: npm run build:ts
|
||||
|
||||
- name: Build wasm
|
||||
working-directory: src/api/js
|
||||
run: npm run build:wasm
|
||||
run: |
|
||||
emsdk install ${EM_VERSION}
|
||||
emsdk activate ${EM_VERSION}
|
||||
source $(dirname $(which emsdk))/emsdk_env.sh
|
||||
which node
|
||||
which clang++
|
||||
npm run build:wasm
|
||||
|
||||
- name: Build Z3 natively for Python documentation
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue