mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
In fact z3 needs python during build
It’s worrying that the CI/CD builds found python even though we weren't specifying it @jheider
This commit is contained in:
parent
6ee5c90229
commit
d619c00c39
|
@ -11,6 +11,7 @@ build:
|
|||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
cmake.org: ^3
|
||||
python.org: ^3
|
||||
working-directory: build
|
||||
script: |
|
||||
cmake .. $ARGS
|
||||
|
|
Loading…
Reference in a new issue