Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 committed Dec 22, 2024
1 parent 472674b commit 62c700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build packages
run: |
sudo apt-get update
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
debuild --no-lintian -us -uc -d
- name: Workaround actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build packages
run: |
sudo apt-get update
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
debuild --no-lintian -us -uc -d
- name: Workaround actions
Expand Down

0 comments on commit 62c700a

Please sign in to comment.