mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
github ci add backend_qt to LD_LIBRARY_PATH
This commit is contained in:
parent
5accbe5901
commit
767740e1f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,4 +50,4 @@ jobs:
|
|||
shell: bash
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: LD_LIBRARY_PATH=$(pwd)/backend ctest -V -C $BUILD_TYPE
|
||||
run: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(pwd)/backend:$(pwd)/backend_qt" ctest -V -C $BUILD_TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue