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 6fc1efa commit b631d8dCopy full SHA for b631d8d
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
# Check for changes in regenerated files
98
if ! test -z "$changes"
99
then
100
- 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 ;)"
101
echo "$changes"
102
exit 1
103
fi
0 commit comments