mirror of
https://github.com/Z3Prover/z3
synced 2025-12-21 11:43:43 +00:00
enable js
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
909e41ce9c
commit
f901646e08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
echo "OCAML_VERSION: $(ocamlc -version)"
|
||||
echo "OCAMLLIB: $OCAMLLIB"
|
||||
mkdir build
|
||||
python3 scripts/mk_make.py --python --ml
|
||||
python3 scripts/mk_make.py --python --ml --js
|
||||
cd build
|
||||
make -j$(nproc)
|
||||
cd ../src/api/python && python3 -m pip install --user .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue