run tests with debian:stable

debian:testing is broken
This commit is contained in:
datamuc 2023-09-25 21:30:32 +02:00 committed by GitHub
parent 719e27ddc2
commit 9c1c3fce43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,10 +49,10 @@ jobs:
fail-fast: false
matrix:
distro:
- 'debian:testing'
- 'debian:stable'
#...
include:
- distro: 'debian:testing'
- distro: 'debian:stable'
prepare: .github/prepare_debian.sh
#...
steps: