Skip to content

Commit 69ae01b

Browse files
authored
Update mac-build.yml
remove tab
1 parent a530ba4 commit 69ae01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
else
145145
function runXvfb {
146146
echo Xvfb not used, this is a --enable-aqua build
147-
export TK_NO_STDERR=1
147+
export TK_NO_STDERR=1
148148
}
149149
fi
150150
( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || {

0 commit comments

Comments
 (0)