3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00

Update docs.yml

This commit is contained in:
Nikolaj Bjorner 2025-12-17 18:12:39 +00:00
parent 6d293a8b51
commit da2c4dde69

View file

@ -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: |