Skip to content

Commit a13edfb

Browse files
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
(cherry picked from commit d61b69f) Co-authored-by: Ken Jin <[email protected]>
1 parent cc602a7 commit a13edfb

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
@@ -93,7 +93,7 @@ jobs:
9393
# Check for changes in regenerated files
9494
if ! test -z "$changes"
9595
then
96-
echo "Generated files not up to date. Perhaps you forgot to run make regen-all ;)"
96+
echo "Generated files not up to date. Perhaps you forgot to run make regen-all or build.bat --regen ;)"
9797
echo "$changes"
9898
exit 1
9999
fi

0 commit comments

Comments
 (0)