Skip to content

Commit

Permalink
Update build-macos.yml for opensssl 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccl authored May 27, 2024
1 parent 9de5698 commit cf2a603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
xcode-version: latest-stable
- name: install packages
run: brew install cmake curl openssl@1.1
run: brew install cmake curl openssl@3
- name: configure
# Brew doesn't symlink openssl into system directories so we have to tell cmake where it is
run: export OPENSSL_ROOT_DIR=`brew --prefix openssl@1.1` && cmake .
run: export OPENSSL_ROOT_DIR=`brew --prefix openssl@3` && cmake .
- name: make
run: make

0 comments on commit cf2a603

Please sign in to comment.