Skip to content

Commit 8a1a617

Browse files
committed
Fix test for sed
1 parent d65d957 commit 8a1a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/build-generic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ then
121121
fi
122122

123123
set -x
124-
if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} != 0 ]]
124+
if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} == 0 ]]
125125
then
126126
# Use this syntax on Mac, unless in GitHub,
127127
# where we install Homebrew gnu-sed

0 commit comments

Comments
 (0)