Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)

(cherry picked from commit d61b69f02d)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2021-07-26 20:27:48 -07:00 committed by GitHub
parent 6fc1efa454
commit b631d8d932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,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