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

CI: macOS: add Qt PATH

This commit is contained in:
gitlost
2025-09-17 22:41:54 +01:00
parent 361c63184e
commit a481612631

View File

@@ -241,7 +241,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
working-directory: build working-directory: build
shell: bash shell: bash
run: cmake $GITHUB_WORKSPACE -DCMAKE_C_FLAGS='-I /usr/local/include' -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZINT_TEST=ON -DZINT_STATIC=ON 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
- name: Build - name: Build
working-directory: build working-directory: build