Skip to content

Commit

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

0 comments on commit 781f015

Please sign in to comment.