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:
Alex Pyrgiotis 2024-09-27 14:09:49 +03:00 committed by Alexis Métaireau
parent d31bdf32bc
commit 1216027de2
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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