1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-09-14 08:19:00 +00:00

CI: arm64: use Qt 6.12; macos: try adding "/usr/local/lib"

This commit is contained in:
gitlost
2026-09-07 02:40:44 +01:00
parent 5bf0c7f3b3
commit 34258e8a8d
+2 -2
View File
@@ -120,7 +120,7 @@ jobs:
- name: Install Qt6 - name: Install Qt6
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: 6.11.* version: 6.12.*
dir: . dir: .
- name: Create Build Environment - name: Create Build Environment
@@ -292,7 +292,7 @@ jobs:
- name: Test - name: Test
working-directory: build working-directory: build
shell: bash shell: bash
run: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(pwd)/backend" PATH=$PATH:"$(pwd)/frontend" ctest -V -C $BUILD_TYPE run: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(pwd)/backend:/usr/local/lib" PATH=$PATH:"$(pwd)/frontend" ctest -V -C $BUILD_TYPE
build-macOS-sanitize: build-macOS-sanitize:
runs-on: macOS-latest runs-on: macOS-latest