We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-ne
1 parent 9f01a27 commit 194588dCopy full SHA for 194588d
.github/workflows/build.yml
@@ -84,8 +84,7 @@ jobs:
84
make -j4
85
- name: Check for changes in the ABI
86
run: |
87
- make check-abidump
88
- if [ $? -neq 0 ] ; then
+ if ! make check-abidump; then
89
echo "Generated ABI file is not up to date."
90
echo "Please, add the release manager of this branch as a reviewer of this PR."
91
echo ""
0 commit comments