This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/openssl-update
in repository https://gitbox.apache.org/repos/asf/celix.git

commit ff800bb207b5699ea771c98979381f4f7f5b9767
Author: PengZheng <howto...@gmail.com>
AuthorDate: Thu Apr 25 17:36:02 2024 +0800

    Revert "Try to fix libcrypto loading error on macOS."
    
    This reverts commit 7539b88f3a03d615c1cdafe152c47a0b75b61dd5.
---
 .github/workflows/macos.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index b2a268ac..05ee8013 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -104,6 +104,8 @@ jobs:
       - name: Test
         run: |
           cd $GITHUB_WORKSPACE/build
-          export 
DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH
           export 
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
+          cd /usr/local/lib
+          ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib libcrypto.dylib
+          cd $GITHUB_WORKSPACE/build
           ctest --output-on-failure

Reply via email to