Skip to content

Commit

Permalink
Fix error message of "Check if Autoconf files are up to date" job (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Nov 12, 2024
1 parent 599bfc9 commit 0052a8c
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 @@ -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 ""
Expand Down

0 comments on commit 0052a8c

Please sign in to comment.