3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +00:00

Update docs.yml

This commit is contained in:
Nikolaj Bjorner 2025-12-16 15:31:18 +00:00
parent 8d62bb3941
commit 9a7317ae44

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