Skip to content

Commit 3a54872

Browse files
committed
Test ENV DEBIAN_FRONTEND noninteractive
1 parent 55839aa commit 3a54872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
# Don't use ubuntu-latest but a specific version to make the job
4646
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
4747
runs-on: ubuntu-24.04
48-
container: ghcr.io/python/autoconf:2024.10.11.11293396815
48+
container:
49+
image: ghcr.io/python/autoconf:2024.10.11.11293396815
50+
env:
51+
DEBIAN_FRONTEND: noninteractive
4952
timeout-minutes: 60
5053
needs: check_source
5154
if: needs.check_source.outputs.run_tests == 'true'

0 commit comments

Comments
 (0)