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 7cdd53b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ 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
env:
DEBIAN_FRONTEND: noninteractive
DEBCONF_NONINTERACTIVE_SEEN: "true"
run: >
apt-get update && apt-get install -y -q
autoconf
Expand Down

0 comments on commit 7cdd53b

Please sign in to comment.