Skip to content

Commit

Permalink
Try to fix libcrypto loading error on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Apr 25, 2024
1 parent 1b44a8d commit 6ea0da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib /usr/local/lib/libcrypto.dylib
cd /usr/local/lib
ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib libcrypto.dylib
cd $GITHUB_WORKSPACE/build
ctest --output-on-failure

0 comments on commit 6ea0da8

Please sign in to comment.