Skip to content

Commit

Permalink
CI: upload deb for trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Aug 7, 2023
1 parent 9a81ce6 commit 3183b33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- image: debian-bookworm-amd64
distro: debian
version: bookworm
- image: debian-trixie-amd64
distro: debian
version: trixie
- image: ubuntu-jammy-amd64
distro: ubuntu
version: jammy
Expand All @@ -101,6 +104,10 @@ jobs:
if: matrix.variant.image == 'debian-bookworm-amd64'
with:
preset: cpack
- uses: docker://lpenz/ghaction-cmake:0.21.1
if: matrix.variant.image == 'debian-trixie-amd64'
with:
preset: cpack
- uses: docker://lpenz/ghaction-cmake:0.21.1
if: matrix.variant.image == 'ubuntu-jammy-amd64'
with:
Expand Down

0 comments on commit 3183b33

Please sign in to comment.