Skip to content

Commit

Permalink
Revert "Update to OpenSSL 3.0."
Browse files Browse the repository at this point in the history
This reverts commit a36401d.
  • Loading branch information
PengZheng committed Apr 25, 2024
1 parent a36401d commit 9ac5239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/[email protected]
- name: Install dependencies
run: |
brew install lcov jansson rapidjson libzip ccache ninja openssl
brew install lcov jansson rapidjson libzip ccache ninja openssl@1.1
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
run: |
Expand Down Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Test
run: |
cd $GITHUB_WORKSPACE/build
export DYLD_LIBRARY_PATH=$(brew --prefix openssl)/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
export DYLD_LIBRARY_PATH=$(brew --prefix openssl@1.1)/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
ctest --output-on-failure

0 comments on commit 9ac5239

Please sign in to comment.