Skip to content

Commit 62c700a

Browse files
committed
workflows
1 parent 472674b commit 62c700a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build packages
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts
21+
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts gawk kmod
2222
debuild --no-lintian -us -uc -d
2323
2424
- name: Workaround actions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build packages
1616
run: |
1717
sudo apt-get update
18-
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts
18+
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts gawk kmod
1919
debuild --no-lintian -us -uc -d
2020
2121
- name: Workaround actions

0 commit comments

Comments
 (0)