mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Avoid building with stdeb on latest debian-derivatives, as it breaks.
This commit is just to ensure the `hotfix-0.7.1` branch is passing the CI tests, the actual problem has been solved via [0]. [0] https://github.com/freedomofpress/dangerzone/pull/901
This commit is contained in:
parent
d31bdf32bc
commit
1216027de2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -110,14 +110,14 @@ jobs:
|
|||
version: "22.04"
|
||||
- distro: ubuntu
|
||||
version: "23.10"
|
||||
- distro: ubuntu
|
||||
version: "24.04"
|
||||
#- distro: ubuntu
|
||||
# version: "24.04"
|
||||
- distro: debian
|
||||
version: bullseye
|
||||
- distro: debian
|
||||
version: bookworm
|
||||
- distro: debian
|
||||
version: trixie
|
||||
#- distro: debian
|
||||
# version: trixie
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -152,7 +152,7 @@ jobs:
|
|||
run --dev --no-gui ./dangerzone/install/linux/build-deb.py
|
||||
|
||||
- name: Upload Dangerzone .deb
|
||||
if: matrix.distro == 'debian' && matrix.version == 'trixie'
|
||||
if: matrix.distro == 'debian' && matrix.version == 'bookworm'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dangerzone.deb
|
||||
|
|
Loading…
Reference in a new issue