mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
macOS: Fix CI path for qmake (#133)
This commit is contained in:
parent
29c5148598
commit
a63556fc7a
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
brew install qt@5 python@3.12
|
brew install qt@5 python@3.12
|
||||||
echo PATH=/usr/local/opt/qt@5/bin:$PATH >> ${GITHUB_ENV}
|
echo PATH=/opt/homebrew/opt/qt@5/bin:/usr/local/opt/qt@5/bin:$PATH >> ${GITHUB_ENV}
|
||||||
- run: qmake
|
- run: qmake
|
||||||
- run: make
|
- run: make
|
||||||
- run: env QT_QPA_PLATFORM=offscreen tests/tests
|
- run: env QT_QPA_PLATFORM=offscreen tests/tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user