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" version: "22.04"
- distro: ubuntu - distro: ubuntu
version: "23.10" version: "23.10"
- distro: ubuntu #- distro: ubuntu
version: "24.04" # version: "24.04"
- distro: debian - distro: debian
version: bullseye version: bullseye
- distro: debian - distro: debian
version: bookworm version: bookworm
- distro: debian #- distro: debian
version: trixie # version: trixie
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -152,7 +152,7 @@ jobs:
run --dev --no-gui ./dangerzone/install/linux/build-deb.py run --dev --no-gui ./dangerzone/install/linux/build-deb.py
- name: Upload Dangerzone .deb - name: Upload Dangerzone .deb
if: matrix.distro == 'debian' && matrix.version == 'trixie' if: matrix.distro == 'debian' && matrix.version == 'bookworm'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: dangerzone.deb name: dangerzone.deb