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 496d26d commit 1dd2298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set -x
mkdir build
cd build
cmake .. -DVERBOSE_CMAKE=ON -DOPENSSL_PKG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig
cmake .. -DVERBOSE_CMAKE=ON
make
make test
Expand Down

0 comments on commit 1dd2298

Please sign in to comment.