Skip to content

Commit

Permalink
Try fix openssl issue on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Mar 27, 2024
1 parent c8e8b4b commit 78b70a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests-mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
brew reinstall openssl
brew install pkg-config
export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
whereis openssl
# export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
./ci/build_picotls.sh
cmake -S . -B build
cmake --build build
Expand Down

0 comments on commit 78b70a8

Please sign in to comment.