Skip to content

Commit

Permalink
macOS: Fix CI path for qmake (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp authored Apr 24, 2024
1 parent 29c5148 commit a63556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
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: make
- run: env QT_QPA_PLATFORM=offscreen tests/tests

0 comments on commit a63556f

Please sign in to comment.