Skip to content

Commit f8bfb0b

Browse files
authored
add Homebrew lib dir to lib path (#372)
1 parent 8ee2934 commit f8bfb0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
226226
run: |
227227
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}
228230
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
229231
230232
doc:

0 commit comments

Comments
 (0)