We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81e6de commit 595bf03Copy full SHA for 595bf03
.github/workflows/cmake.yml
@@ -183,5 +183,5 @@ jobs:
183
# Execute tests defined by the CMake configuration.
184
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
185
run: |
186
- export LD_LIBRARY_PATH=${{github.workspace}}/local:${LD_LIBRARY_PATH}
+ export LD_LIBRARY_PATH=${{github.workspace}}/local:${{github.workspace}}/local/external/lib:${LD_LIBRARY_PATH}
187
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
0 commit comments