Skip to content

Commit a633db2

Browse files
author
culler
committed
Remove tab in workflow file.
1 parent a530ba4 commit a633db2

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)