Skip to content

Commit 77d9c35

Browse files
committed
Update build.yml
1 parent 6a70d32 commit 77d9c35

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
@@ -166,7 +166,9 @@ jobs:
166166
167167
if [ -f build.log ]; then
168168
echo "== error: lines =="
169-
grep -i "error:" build.log || true
169+
if grep -i "error:" build.log; then
170+
XC_STATUS=1
171+
fi
170172
fi
171173
172174
exit $XC_STATUS

0 commit comments

Comments
 (0)