Skip to content

Commit

Permalink
Fix ci for newer macos, the openssl install location.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Oct 18, 2024
1 parent 8d555f7 commit 9b4bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
(cd simdzone && autoconf && autoheader)
libtoolize -c -i || glibtoolize -c -i
if test ${{runner.os}} = 'macOS'; then
./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=/opt/homebrew/opt/libevent
./configure --enable-checking --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libevent=/opt/homebrew/opt/libevent
else
./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=yes
fi
Expand Down

0 comments on commit 9b4bc03

Please sign in to comment.