mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #593 from kiwix/remove_groovy_package
Remove groovy deb package
This commit is contained in:
commit
20cdefcdb8
|
@ -10,7 +10,6 @@ jobs:
|
||||||
distro:
|
distro:
|
||||||
- ubuntu-impish
|
- ubuntu-impish
|
||||||
- ubuntu-hirsute
|
- ubuntu-hirsute
|
||||||
- ubuntu-groovy
|
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
|
@ -51,14 +50,6 @@ jobs:
|
||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-groovy
|
|
||||||
if: matrix.distro == 'ubuntu-groovy'
|
|
||||||
name: Build package for ubuntu-groovy
|
|
||||||
id: build-ubuntu-groovy
|
|
||||||
with:
|
|
||||||
args: --no-sign
|
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
||||||
if: matrix.distro == 'ubuntu-focal'
|
if: matrix.distro == 'ubuntu-focal'
|
||||||
name: Build package for ubuntu-focal
|
name: Build package for ubuntu-focal
|
||||||
|
|
Loading…
Reference in New Issue