diff --git a/dev/conda/build-generic.sh b/dev/conda/build-generic.sh index 772f50d4e..03244c3d0 100755 --- a/dev/conda/build-generic.sh +++ b/dev/conda/build-generic.sh @@ -121,7 +121,7 @@ then fi set -x -if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} != 0 ]] +if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} == 0 ]] then # Use this syntax on Mac, unless in GitHub, # where we install Homebrew gnu-sed