Skip to content

Commit b343c06

Browse files
committed
Set non-interactive flag when install from apt
1 parent fe03e94 commit b343c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
steps:
1313
- name: Accept EULAs
1414
env:
15-
DEBIAN_FRONTEND: interactive
15+
DEBIAN_FRONTEND: noninteractive
16+
DEBCONF_NONINTERACTIVE_SEEN: "true"
1617
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
1718
- name: Install dependencies
1819
run: >

0 commit comments

Comments
 (0)