Skip to content

Commit 806683d

Browse files
committed
pkg: Set dpkg frontent to noninteractive
1 parent 78d9ff9 commit 806683d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Install build dependencies
22+
env:
23+
DEBIAN_FRONTEND: noninteractive
2224
run: |
2325
apt-get -y update
2426
apt-get -y upgrade

0 commit comments

Comments
 (0)