From 3bab312e639b7ee1b3d7b59423ca28183e0b2775 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 10 May 2024 00:22:12 +0100 Subject: [PATCH] Need to install lsb-release on Devuan so we can properly detect it! --- .github/workflows/devuan-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devuan-linux.yml b/.github/workflows/devuan-linux.yml index 9f0dee0..51db8b8 100644 --- a/.github/workflows/devuan-linux.yml +++ b/.github/workflows/devuan-linux.yml @@ -12,7 +12,7 @@ jobs: run: | cat /etc/os-release apt-get update - yes|apt-get install perl-base build-essential make gcc + yes|apt-get install perl-base build-essential make gcc lsb-release yes|perl -MCPAN -e 'install App::cpanminus' yes|perl -MCPAN -e 'install local::lib' yes|perl -MCPAN -e 'install Expect'