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 6fa4060 commit d61b69fCopy full SHA for d61b69f
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
# Check for changes in regenerated files
76
if ! test -z "$changes"
77
then
78
- echo "Generated files not up to date. Perhaps you forgot to run make regen-all ;)"
+ echo "Generated files not up to date. Perhaps you forgot to run make regen-all or build.bat --regen ;)"
79
echo "$changes"
80
exit 1
81
fi
0 commit comments