Set CMAKE_PREFIX_PATH for Qt 5 in macOS workflow

This commit is contained in:
Farhang
2025-11-19 19:59:46 -05:00
parent 48c78a5c2b
commit ab2ae37d32
+1
View File
@@ -70,5 +70,6 @@ jobs:
- name: make ${{matrix.config}}
run: |
ccache -z
export CMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@5:$CMAKE_PREFIX_PATH"
make ${{matrix.config}}
ccache -s