We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3256e commit 1736f0fCopy full SHA for 1736f0f
.github/workflows/verify.yaml
@@ -70,7 +70,7 @@ jobs:
70
| sed 's/,/\n/g' > failed_libs
71
72
if [[ $(cat failed_libs | wc -l) -gt 0 ]]; then
73
- echo "The following libraries have failures:"
+ echo "The following libraries cannot be compiled:"
74
cat failed_libs
75
exit 1
76
fi
0 commit comments