From: Arran Cudbard-Bell Date: Mon, 6 Sep 2021 21:41:53 +0000 (-0500) Subject: Install the lsb-release package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba720984e335d14fd0b25f125c6f3db88a97fcea;p=thirdparty%2Ffreeradius-server.git Install the lsb-release package --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 99dfb40ae22..a5839d4a8aa 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -93,7 +93,7 @@ jobs: - name: Install build tools run: | - apt-get install -y --no-install-recommends make gcc libc6-dev equivs file curl gnupg2 + apt-get install -y --no-install-recommends make gcc libc6-dev equivs file curl gnupg2 lsb-release - name: NetworkRADIUS signing key run: curl -sS https://packages.networkradius.com/pgp/packages%40networkradius.com | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=yes apt-key add -