Skip to content

Commit

Permalink
Set non-interactive flag when install from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jan 27, 2021
1 parent fe03e94 commit b343c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Accept EULAs
env:
DEBIAN_FRONTEND: interactive
DEBIAN_FRONTEND: noninteractive
DEBCONF_NONINTERACTIVE_SEEN: "true"
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
- name: Install dependencies
run: >
Expand Down

0 comments on commit b343c06

Please sign in to comment.