mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix error message of "Check if Autoconf files are up to date" job (#126683)
This commit is contained in:
parent
599bfc986d
commit
0052a8c638
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
|||
# Check for changes in regenerated files
|
||||
if test -n "$changes"; then
|
||||
echo "Generated files not up to date."
|
||||
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
|
||||
echo "Perhaps you forgot to run make regen-configure ;)"
|
||||
echo "configure files must be regenerated with a specific version of autoconf."
|
||||
echo "$changes"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue