mirror of https://github.com/kiwix/libkiwix.git
commit
0dd638f261
|
@ -9,7 +9,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-impish
|
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
|
@ -42,14 +41,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-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-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