We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956e8a9 commit fb97534Copy full SHA for fb97534
.github/workflows/debian-package.yml
@@ -33,7 +33,7 @@ jobs:
33
run: bash .github/workflows/scripts/debian-package.sh ${{ matrix.codename }}
34
35
- name: Test packages installation
36
- run: sudo apt install ~/artifacts/*.deb
+ run: sudo apt-get update && DEBIAN_FRONTEND="noninteractive" sudo apt-get install ~/artifacts/*.deb
37
38
- name: Upload artifact
39
if: ${{ github.event_name == 'push' }}
0 commit comments