3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-06 19:12:45 +00:00

Fix Z3BUILD environment variable in docs workflow

This commit is contained in:
Nikolaj Bjorner 2025-12-19 20:54:03 +00:00 committed by GitHub
parent 38a0cc1ef9
commit 8f73a29136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ jobs:
python3 scripts/mk_make.py --python --ml --build=build-x64
cd build-x64
make -j$(nproc)
cd ../src/api/python && python3 -m pip install --user .
Z3BUILD=build-x64 cd ../src/api/python && python3 -m pip install --user .
- name: Generate Documentation (from doc directory)
working-directory: doc