From: sobolevn Date: Tue, 12 Nov 2024 07:51:13 +0000 (+0300) Subject: Fix error message of "Check if Autoconf files are up to date" job (#126683) X-Git-Tag: v3.14.0a2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0052a8c638518447baf39ae02b6ff6a309efd4ce;p=thirdparty%2FPython%2Fcpython.git Fix error message of "Check if Autoconf files are up to date" job (#126683) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f63c46062204..b769bba72816 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 ""