Skip to content

Commit e31a4cf

Browse files
committed
All deb packages rely on Kiwix PPA
1 parent 020d212 commit e31a4cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,41 +50,47 @@ jobs:
5050
id: build-debian-unstable
5151
with:
5252
args: --no-sign
53+
ppa: ${{ steps.ppa.outputs.ppa }}
5354

5455
- uses: legoktm/gh-action-build-deb@b47978ba8498dc8b8153cc3b5f99a5fc1afa5de1 # pin@debian-trixie
5556
if: matrix.distro == 'debian-trixie'
5657
name: Build package for debian-trixie
5758
id: build-debian-trixie
5859
with:
5960
args: --no-sign
61+
ppa: ${{ steps.ppa.outputs.ppa }}
6062

6163
- uses: legoktm/gh-action-build-deb@1f4e86a6bb34aaad388167eaf5eb85d553935336 # pin@debian-bookworm
6264
if: matrix.distro == 'debian-bookworm'
6365
name: Build package for debian-bookworm
6466
id: build-debian-bookworm
6567
with:
6668
args: --no-sign
69+
ppa: ${{ steps.ppa.outputs.ppa }}
6770

6871
- uses: legoktm/gh-action-build-deb@084b4263209252ec80a75d2c78a586192c17f18d # pin@debian-bullseye
6972
if: matrix.distro == 'debian-bullseye'
7073
name: Build package for debian-bullseye
7174
id: build-debian-bullseye
7275
with:
7376
args: --no-sign
77+
ppa: ${{ steps.ppa.outputs.ppa }}
7478

7579
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
7680
if: matrix.distro == 'ubuntu-noble'
7781
name: Build package for ubuntu-noble
7882
id: build-ubuntu-noble
7983
with:
8084
args: --no-sign
85+
ppa: ${{ steps.ppa.outputs.ppa }}
8186

8287
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
8388
if: matrix.distro == 'ubuntu-jammy'
8489
name: Build package for ubuntu-jammy
8590
id: build-ubuntu-jammy
8691
with:
8792
args: --no-sign
93+
ppa: ${{ steps.ppa.outputs.ppa }}
8894

8995
- uses: legoktm/gh-action-build-deb@ubuntu-focal
9096
if: matrix.distro == 'ubuntu-focal'

0 commit comments

Comments
 (0)