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 472674b commit 62c700aCopy full SHA for 62c700a
.github/workflows/build-on-push.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build packages
19
run: |
20
sudo apt-get update
21
- sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts
+ sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts gawk kmod
22
debuild --no-lintian -us -uc -d
23
24
- name: Workaround actions
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
0 commit comments