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 87b20200c04ebe2d376ee7e2f4768c00a8de2a3d Author: PengZheng <[email protected]> AuthorDate: Thu Apr 25 17:36:03 2024 +0800 Revert "Revert "Try to fix libcrypto loading error on macOS."" This reverts commit 20a721d92c2105ef82c1be9f03ddc45ad81ffd47. --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8d3f9030..29388c85 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -104,5 +104,6 @@ jobs: - name: Test run: | cd $GITHUB_WORKSPACE/build - export LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi + 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 ctest --output-on-failure
