Skip to content

Commit c7dead1

Browse files
committed
workflows/tests: set DEBIAN_FRONTEND=noninteractive
1 parent a5bfb18 commit c7dead1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ jobs:
346346
# All other images are built from our Homebrew Dockerfile.
347347
# This is the only one that needs to be set up manually.
348348
if: matrix.container == 'ubuntu:22.04'
349+
env:
350+
DEBIAN_FRONTEND: noninteractive
349351
run: |
350352
# Slimmed down version from the Homebrew Dockerfile
351353
apt-get update

0 commit comments

Comments
 (0)