summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1140c86..3d79999 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
# Check for changes in regenerated files
if ! test -z "$changes"
then
- 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 ;)"
echo "$changes"
exit 1
fi