From 7b57d137219ff56d4670d32574a72d5854c7ac8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Tue, 6 Feb 2024 14:05:53 +0100 Subject: [PATCH] Install latest lintian --- gh-actions/common/build-debian/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/common/build-debian/action.yml b/gh-actions/common/build-debian/action.yml index b6d82559..01b77344 100644 --- a/gh-actions/common/build-debian/action.yml +++ b/gh-actions/common/build-debian/action.yml @@ -52,7 +52,7 @@ runs: echo "::group::Install devscripts" DEBIAN_FRONTEND=noninteractive sudo apt update - DEBIAN_FRONTEND=noninteractive sudo apt install -y devscripts + DEBIAN_FRONTEND=noninteractive sudo apt install -y devscripts ${{ inputs.lintian == 'false' && '' || 'lintian' }} echo "::endgroup::" echo "::group::Create local version with commit and docker container"