gh-125741: Update build.yml for the new check_autoconf_regen job (#125772)

This commit is contained in:
Adam Turner 2024-10-21 11:54:54 +01:00 committed by GitHub
parent 7d88140d52
commit f36d37bbaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -e -x
# The check_generated_files job of .github/workflows/build.yml must kept in
# The check_autoconf_regen job of .github/workflows/build.yml must kept in
# sync with this script. Use the same container image than the job so the job
# doesn't need to run autoreconf in a container.
IMAGE="ghcr.io/python/autoconf:2024.10.11.11293396815"