Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 2985fea commit da8cf8aCopy full SHA for da8cf8a
1 file changed
.github/workflows/build.yml
@@ -90,8 +90,10 @@ jobs:
90
if test -n "$changes"; then
91
echo "Generated files not up to date."
92
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
93
- echo "configure files must be regenerated with a specific, unpatched version of autoconf."
+ echo "configure files must be regenerated with a specific version of autoconf."
94
echo "$changes"
95
+ echo ""
96
+ git diff --staged || true
97
exit 1
98
fi
99
- name: Check exported libpython symbols
0 commit comments