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


The following commit(s) were added to refs/heads/hotfix/openssl-update by this 
push:
     new a36401d7 Update to OpenSSL 3.0.
a36401d7 is described below

commit a36401d78af0d9668a2cef4c070411a9a712e1d6
Author: PengZheng <[email protected]>
AuthorDate: Thu Apr 25 18:14:04 2024 +0800

    Update to OpenSSL 3.0.
---
 .github/workflows/macos.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 54872e50..2bbdfeed 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -75,7 +75,7 @@ jobs:
         uses: actions/[email protected]
       - name: Install dependencies
         run: |
-          brew install lcov jansson rapidjson libzip ccache ninja [email protected]
+          brew install lcov jansson rapidjson libzip ccache ninja openssl
       - name: Prepare ccache timestamp
         id: ccache_cache_timestamp
         run: |
@@ -104,5 +104,5 @@ jobs:
       - name: Test
         run: |
           cd $GITHUB_WORKSPACE/build
-          export DYLD_LIBRARY_PATH=$(brew --prefix 
[email protected])/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
+          export DYLD_LIBRARY_PATH=$(brew --prefix 
openssl)/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
           ctest --output-on-failure

Reply via email to