build: Remove need for system Python to download Qt on macOS. (#7125)
This commit is contained in:
parent
1f6393e7d5
commit
5193a5d222
3 changed files with 10 additions and 11 deletions
|
@ -1,10 +1,5 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
# TODO: Work around pip install issues with Python 3.12 in the GitHub runner image.
|
||||
# See: https://github.com/actions/runner-images/issues/8709
|
||||
PYTHON_PATH=$(brew --prefix python@3.11)
|
||||
export PATH=$PYTHON_PATH/bin:$PYTHON_PATH/libexec/bin:$PATH
|
||||
|
||||
mkdir build && cd build
|
||||
cmake .. -GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue