mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
github ci add LD_LIBRARY_PATH for ctest
This commit is contained in:
parent
a6b3fe42cf
commit
5accbe5901
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,4 +50,4 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
run: ctest -V -C $BUILD_TYPE
|
run: LD_LIBRARY_PATH=$(pwd)/backend ctest -V -C $BUILD_TYPE
|
||||||
|
Loading…
Reference in New Issue
Block a user