Skip to content

Commit

Permalink
Avoid building with stdeb on latest debian-derivatives, as it breaks.
Browse files Browse the repository at this point in the history
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] #901
  • Loading branch information
apyrgio committed Sep 30, 2024
1 parent 491edf4 commit af21065
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af21065

Please sign in to comment.