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 5d1765110d998bb03ab1748be5f59eac605279ab Author: PengZheng <[email protected]> AuthorDate: Thu Apr 25 17:36:02 2024 +0800 Revert "Try to fix libcrypto loading error on macOS." This reverts commit 1b44a8d6612403389f44d91a95b9791cf9c56e09. --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index de1ad1ab..8d3f9030 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -104,6 +104,5 @@ jobs: - name: Test 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 + 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
