Skip to content

Commit

Permalink
Add "DYLD_LIBRARY_PATH" export in core-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Jan 7, 2025
1 parent dd66daf commit 780ce48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
export CC=$(brew --prefix llvm@17)/bin/clang
export CXX=$(brew --prefix llvm@17)/bin/clang++
export BOOST_ROOT=/usr/local
export DYLD_LIBRARY_PATH=/usr/local/lib:${DYLD_LIBRARY_PATH}
elif [[ ${{ matrix.os.name }} == 'macos' && ${{ matrix.compiler }} == 'apple-clang' ]]; then
echo "macOS, Apple Clang"
Expand Down

0 comments on commit 780ce48

Please sign in to comment.