Skip to content

Commit 55592b8

Browse files
committed
Update build.yml
1 parent 77d9c35 commit 55592b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
if [ -f build.log ]; then
168168
echo "== error: lines =="
169169
if grep -i "error:" build.log; then
170-
XC_STATUS=1
170+
if [ "$XC_STATUS" -eq 0 ]; then
171+
XC_STATUS=1
172+
fi
171173
fi
172174
fi
173175

0 commit comments

Comments
 (0)