From af210655b66ea542aea2e6cf5cebab81c505eeb8 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 27 Sep 2024 14:09:49 +0300 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b59a27e..9d6e95e2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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