diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbb6c7e..d172bcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: >