From 5953c1f153723ab8ba5188ed415a2ff29f3d08ec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 8 May 2024 22:04:15 +0200 Subject: [PATCH] ci/GHA: tidy-up wolfSSL autotools config on macOS Closes #1383 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c6da18..c80f9c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -538,7 +538,7 @@ jobs: cmake: -DCRYPTO_BACKEND=OpenSSL "-DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/libressl" - name: 'wolfSSL' install: wolfssl - configure: --with-crypto=wolfssl "--with-libwolfssl-prefix=$(brew --prefix)/opt/wolfssl" + configure: --with-crypto=wolfssl "--with-libwolfssl-prefix=$(brew --prefix)" cmake: -DCRYPTO_BACKEND=wolfSSL - name: 'libgcrypt' install: libgcrypt