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 <mail@sobolevn.me>
  • Loading branch information
sobolevn authored and miss-islington committed Nov 12, 2024
1 parent e5e70c5 commit 2cd5e97
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 @@ -119,7 +119,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 2cd5e97

Please sign in to comment.