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 8ee2934 commit f8bfb0bCopy full SHA for f8bfb0b
.github/workflows/ci.yml
@@ -225,6 +225,8 @@ jobs:
225
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
226
run: |
227
export LD_LIBRARY_PATH=${{github.workspace}}/local/lib:${{github.workspace}}/local/external/lib:${LD_LIBRARY_PATH}
228
+ export DYLD_LIBRARY_PATH=${{github.workspace}}/local/lib:${{github.workspace}}/local/external/lib:${DYLD_LIBRARY_PATH}
229
+ export DYLD_LIBRARY_PATH=$(brew --prefix)/lib:${DYLD_LIBRARY_PATH}
230
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
231
232
doc:
0 commit comments