We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55839aa commit 3a54872Copy full SHA for 3a54872
.github/workflows/build.yml
@@ -45,7 +45,10 @@ jobs:
45
# Don't use ubuntu-latest but a specific version to make the job
46
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
47
runs-on: ubuntu-24.04
48
- container: ghcr.io/python/autoconf:2024.10.11.11293396815
+ container:
49
+ image: ghcr.io/python/autoconf:2024.10.11.11293396815
50
+ env:
51
+ DEBIAN_FRONTEND: noninteractive
52
timeout-minutes: 60
53
needs: check_source
54
if: needs.check_source.outputs.run_tests == 'true'
0 commit comments