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"
|
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
|
||||||
|
|
Loading…
Reference in a new issue