Skip to content

Commit

Permalink
Fix error message of "Check if Autoconf files are up to date" job (py…
Browse files Browse the repository at this point in the history
…thonGH-126683)

(cherry picked from commit 0052a8c)

Co-authored-by: sobolevn <[email protected]>
  • Loading branch information
sobolevn authored and miss-islington committed Nov 12, 2024
1 parent 5cd35fb commit 1710b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 ""
Expand Down

0 comments on commit 1710b7d

Please sign in to comment.