From ab58f164a86444d22ed926699b3bd4a0c363849f 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 3cc34638..6c231929 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"