From 09a55d71d67e6bd703897a21e82b0c0fc3bcbcfa Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 21 Oct 2021 12:35:25 +0200 Subject: [PATCH] Re-introduce Ubuntu Impish in CI --- .github/workflows/package.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index da3d087cb..18a8fd62b 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: distro: - # - ubuntu-impish + - ubuntu-impish - ubuntu-hirsute - ubuntu-focal - ubuntu-bionic @@ -34,14 +34,13 @@ jobs: email: release+launchpad@kiwix.org distro: ${{ matrix.distro }} - # Temporarily disabled, Impish keeps changing and breaking the build - #- uses: legoktm/gh-action-build-deb@ubuntu-impish - # if: matrix.distro == 'ubuntu-impish' - # name: Build package for ubuntu-impish - # id: build-ubuntu-impish - # with: - # args: --no-sign - # ppa: ${{ steps.ppa.outputs.ppa }} + - uses: legoktm/gh-action-build-deb@ubuntu-impish + if: matrix.distro == 'ubuntu-impish' + name: Build package for ubuntu-impish + id: build-ubuntu-impish + with: + args: --no-sign + ppa: ${{ steps.ppa.outputs.ppa }} - uses: legoktm/gh-action-build-deb@ubuntu-hirsute if: matrix.distro == 'ubuntu-hirsute'