3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-08 20:11:17 +00:00

Update docs.yml

This commit is contained in:
Nikolaj Bjorner 2025-12-16 15:31:18 +00:00 committed by GitHub
parent 8407bfc8a3
commit 6b6e1e017b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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