From 9b4bc030dd95cb0e8fe0a04420f83c92b1783a5f Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 18 Oct 2024 08:51:35 +0200 Subject: [PATCH] Fix ci for newer macos, the openssl install location. --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index aef34e99..b70feb4c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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