Skip to content

Commit 1736f0f

Browse files
improve error message
1 parent 3f3256e commit 1736f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
| sed 's/,/\n/g' > failed_libs
7171
7272
if [[ $(cat failed_libs | wc -l) -gt 0 ]]; then
73-
echo "The following libraries have failures:"
73+
echo "The following libraries cannot be compiled:"
7474
cat failed_libs
7575
exit 1
7676
fi

0 commit comments

Comments
 (0)