Skip to content

Commit

Permalink
Review fix for quote of runner variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Oct 18, 2024
1 parent 9b4bc03 commit 08c98d3
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 @@ -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
Expand Down

0 comments on commit 08c98d3

Please sign in to comment.