Skip to content

Commit 41f6e45

Browse files
committed
CI: remove redundant DEBIAN_FRONTEND=noninteractive env
The Linux runners on GitHub Actions already sets this env variable, see: https://github.com/actions/runner-images/blob/2a4bc14da46f1f8e358aa902a69edb9bef135472/images/ubuntu/scripts/build/configure-dpkg.sh#L17
1 parent 5c01af1 commit 41f6e45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
bundler-cache: true
5757

5858
- name: Install libvips
59-
env:
60-
DEBIAN_FRONTEND: noninteractive
6159
run: |
6260
sudo apt-get update
6361
# we only need the library

0 commit comments

Comments
 (0)