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:
@@ -120,7 +120,7 @@ jobs:
|
||||
- name: Install Qt6
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: 6.11.*
|
||||
version: 6.12.*
|
||||
dir: .
|
||||
|
||||
- name: Create Build Environment
|
||||
@@ -292,7 +292,7 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: build
|
||||
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:
|
||||
runs-on: macOS-latest
|
||||
|
||||
Reference in New Issue
Block a user