Skip to content

Commit d61b69f

Browse files
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
1 parent 6fa4060 commit d61b69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Check for changes in regenerated files
7676
if ! test -z "$changes"
7777
then
78-
echo "Generated files not up to date. Perhaps you forgot to run make regen-all ;)"
78+
echo "Generated files not up to date. Perhaps you forgot to run make regen-all or build.bat --regen ;)"
7979
echo "$changes"
8080
exit 1
8181
fi

0 commit comments

Comments
 (0)