Remove Groovy package

This commit is contained in:
Emmanuel Engelhart 2021-07-28 21:35:58 +02:00
parent 43656554f1
commit 9f207a61f9

View File

@ -10,7 +10,6 @@ jobs:
distro:
- ubuntu-impish
- ubuntu-hirsute
- ubuntu-groovy
- ubuntu-focal
steps:
- uses: actions/checkout@v2
@ -50,14 +49,6 @@ jobs:
args: --no-sign
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
if: matrix.distro == 'ubuntu-focal'
name: Build package for ubuntu-focal