mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
This commit is contained in:
parent
6fa4060b86
commit
d61b69f02d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
||||||
# Check for changes in regenerated files
|
# Check for changes in regenerated files
|
||||||
if ! test -z "$changes"
|
if ! test -z "$changes"
|
||||||
then
|
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"
|
echo "$changes"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue