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 a5bfb18 commit c7dead1Copy full SHA for c7dead1
1 file changed
.github/workflows/tests.yml
@@ -346,6 +346,8 @@ jobs:
346
# All other images are built from our Homebrew Dockerfile.
347
# This is the only one that needs to be set up manually.
348
if: matrix.container == 'ubuntu:22.04'
349
+ env:
350
+ DEBIAN_FRONTEND: noninteractive
351
run: |
352
# Slimmed down version from the Homebrew Dockerfile
353
apt-get update
0 commit comments