Skip to content

Commit

Permalink
Install debhelper-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Oct 9, 2023
1 parent 907f0bc commit 128430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Generate Changelog
run: sed -n '/${{github.ref_name}}/,/^$/p' sudo/FONTLOG.txt | sed '1d; $d' > Release_Notes.txt
- name: Install Debian Packaging Support
run: sudo apt -y install devscripts
run: sudo apt -y install devscripts debhelper-compat
- name: Build Debian Package
run: scripts/prepare-deb.sh
- name: Install WOFF Support
Expand Down

0 comments on commit 128430d

Please sign in to comment.