Skip to content

Commit

Permalink
Add windows build.bat counterpart for 'make regen-all' in error messa…
Browse files Browse the repository at this point in the history
…ge (GH-26770)

(cherry picked from commit d61b69f)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
miss-islington and Fidget-Spinner committed Jul 27, 2021
1 parent cc602a7 commit a13edfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -93,7 +93,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
Expand Down

0 comments on commit a13edfb

Please sign in to comment.