Skip to content

Commit b631d8d

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 <28750310+Fidget-Spinner@users.noreply.github.com>
1 parent 6fc1efa commit b631d8d

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

0 commit comments

Comments
 (0)