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'