1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

CI: macOS: use homebrew Qt PATH

This commit is contained in:
gitlost
2025-09-17 22:50:30 +01:00
parent a481612631
commit 4956989405

View File

@@ -241,7 +241,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
working-directory: build working-directory: build
shell: bash shell: bash
run: PATH=$PATH:/usr/local/opt/qt@5/bin cmake $GITHUB_WORKSPACE -DCMAKE_C_FLAGS='-I /usr/local/include' -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZINT_TEST=ON -DZINT_STATIC=ON run: PATH=$PATH:/opt/homebrew/opt/qt@5/bin cmake $GITHUB_WORKSPACE -DCMAKE_C_FLAGS='-I /usr/local/include' -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZINT_TEST=ON -DZINT_STATIC=ON
- name: Build - name: Build
working-directory: build working-directory: build