Skip to content

Commit

Permalink
pkg: Set dpkg frontent to noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Oct 3, 2023
1 parent 78d9ff9 commit 806683d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v3

- name: Install build dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: |
apt-get -y update
apt-get -y upgrade
Expand Down

0 comments on commit 806683d

Please sign in to comment.