Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: fix build-deb-packages
Browse files Browse the repository at this point in the history
Eric Wheeler committed Aug 14, 2024
1 parent 0369dba commit 3ae4da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb-packages.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf automake libtool \
libgtk-3-dev libglib2.0-dev gettext gettext-devel desktop-file-utils devscripts fakeroot lintian
libgtk-3-dev libglib2.0-dev gettext gettext autopoint desktop-file-utils devscripts fakeroot lintian
- name: Build the DEB package using debuild
run: |

0 comments on commit 3ae4da9

Please sign in to comment.