From 08c98d338879ece2496f16e9da5ee7429d623c2a Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 18 Oct 2024 09:56:26 +0200 Subject: [PATCH] Review fix for quote of runner variable. --- .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 b70feb4c..fd5ba4ba 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -47,7 +47,7 @@ jobs: autoconf && autoheader (cd simdzone && autoconf && autoheader) libtoolize -c -i || glibtoolize -c -i - if test ${{runner.os}} = 'macOS'; then + if test "${{runner.os}}" = 'macOS'; then ./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