We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe03e94 commit b343c06Copy full SHA for b343c06
.github/workflows/build.yml
@@ -12,7 +12,8 @@ jobs:
12
steps:
13
- name: Accept EULAs
14
env:
15
- DEBIAN_FRONTEND: interactive
+ DEBIAN_FRONTEND: noninteractive
16
+ DEBCONF_NONINTERACTIVE_SEEN: "true"
17
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
18
- name: Install dependencies
19
run: >
0 commit comments