mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +00:00
Update docs.yml
This commit is contained in:
parent
6d293a8b51
commit
da2c4dde69
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
|
run: npm run build:ts
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
working-directory: src/api/js
|
run: |
|
||||||
run: npm run build:wasm
|
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
|
- name: Build Z3 natively for Python documentation
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue