Skip to content

Commit fb97534

Browse files
committed
tst: fix debian package installation
update first noninteractive apt call
1 parent 956e8a9 commit fb97534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: bash .github/workflows/scripts/debian-package.sh ${{ matrix.codename }}
3434

3535
- name: Test packages installation
36-
run: sudo apt install ~/artifacts/*.deb
36+
run: sudo apt-get update && DEBIAN_FRONTEND="noninteractive" sudo apt-get install ~/artifacts/*.deb
3737

3838
- name: Upload artifact
3939
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)