Skip to content

Commit 595bf03

Browse files
committed
help gcc a little
1 parent e81e6de commit 595bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ jobs:
183183
# Execute tests defined by the CMake configuration.
184184
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
185185
run: |
186-
export LD_LIBRARY_PATH=${{github.workspace}}/local:${LD_LIBRARY_PATH}
186+
export LD_LIBRARY_PATH=${{github.workspace}}/local:${{github.workspace}}/local/external/lib:${LD_LIBRARY_PATH}
187187
ctest -C ${{env.BUILD_TYPE}} --output-on-failure

0 commit comments

Comments
 (0)