mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 18:50:34 +08:00
Set CMAKE_PREFIX_PATH for Qt 5 in macOS workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user