Skip to content

Commit

Permalink
Fix patch of bullseye overrides on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Feb 14, 2024
1 parent 6759fc1 commit f99e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Patch lintian-overrides
if: matrix.distro == 'bullseye'
run:
cp debian/bullseye-overrides/*.lintian-overrides debian/ || true
cp -r debian/bullseye-overrides/* debian/
ls -lR debian

- name: Build Debian package
Expand Down

0 comments on commit f99e047

Please sign in to comment.