Skip to content

Commit

Permalink
github: fix build-deb-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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: |
Expand Down

0 comments on commit 3ae4da9

Please sign in to comment.