Skip to content

Commit

Permalink
Githubactions: MacOS runner: Fix OpenSSL linking
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 29, 2024
1 parent 849b07d commit 2f8fcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
set -x
ls /opt/homebrew/Cellar/openssl@3/3.3.0
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/lib"
export PATH="$PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/bin"
mkdir build
cd build
Expand Down

0 comments on commit 2f8fcf1

Please sign in to comment.