Skip to content

Commit 9b4bc03

Browse files
committed
Fix ci for newer macos, the openssl install location.
1 parent 8d555f7 commit 9b4bc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
(cd simdzone && autoconf && autoheader)
4949
libtoolize -c -i || glibtoolize -c -i
5050
if test ${{runner.os}} = 'macOS'; then
51-
./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=/opt/homebrew/opt/libevent
51+
./configure --enable-checking --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libevent=/opt/homebrew/opt/libevent
5252
else
5353
./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=yes
5454
fi

0 commit comments

Comments
 (0)