Skip to content

Commit

Permalink
Revert "Try to fix libcrypto loading error on macOS."
Browse files Browse the repository at this point in the history
This reverts commit 8f50574.
  • Loading branch information
PengZheng committed Apr 25, 2024
1 parent 8f50574 commit 20a721d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,5 @@ jobs:
- name: Test
run: |
cd $GITHUB_WORKSPACE/build
export /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
export LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
ctest --output-on-failure

0 comments on commit 20a721d

Please sign in to comment.