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:
parent
38a0cc1ef9
commit
8f73a29136
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue