mirror of https://github.com/kiwix/libkiwix.git
PPA: Temporarily disable Impish builds
This commit is contained in:
parent
ea6413ff88
commit
51ac1240f8
|
@ -8,7 +8,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- ubuntu-impish
|
||||
# - ubuntu-impish
|
||||
- ubuntu-hirsute
|
||||
- ubuntu-focal
|
||||
- ubuntu-bionic
|
||||
|
@ -34,13 +34,14 @@ jobs:
|
|||
email: release+launchpad@kiwix.org
|
||||
distro: ${{ matrix.distro }}
|
||||
|
||||
- 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 }}
|
||||
# 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-hirsute
|
||||
if: matrix.distro == 'ubuntu-hirsute'
|
||||
|
|
Loading…
Reference in New Issue