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 3fd84a6 commit dc0c97c
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 \
gtk3-dev libglib2.0-dev gettext desktop-file-utils devscripts fakeroot lintian
libgtk-3-dev libglib2.0-dev gettext desktop-file-utils devscripts fakeroot lintian
- name: Build the DEB package using debuild
run: |
Expand Down

0 comments on commit dc0c97c

Please sign in to comment.