Skip to content

Commit

Permalink
ci: Fix lintian option
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Aug 13, 2023
1 parent 94c3ae7 commit 6eec8ae
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 @@ -45,7 +45,7 @@ jobs:
distribution: ${{ env.target_distribution }}
target_architecture: ${{ matrix.target_arch }}

lintian_opts: "-profile debian --dont-check-part nmu --no-tag-display-limit --display-info --show-overrides"
lintian_opts: "--profile debian --dont-check-part nmu --no-tag-display-limit --display-info --show-overrides"
# Package uses latest packaging syntax and Lintian opts/tags
dpkg_buildpackage_opts: "--no-sign --no-check-builddeps --post-clean"

Expand Down

0 comments on commit 6eec8ae

Please sign in to comment.