ci: Always use noninteractive debconf backend
This avoids plenty of warnings when installing dependencies Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/619>
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
|
|
||||||
|
variables:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
default:
|
default:
|
||||||
# Protect CI infra from rogue jobs
|
# Protect CI infra from rogue jobs
|
||||||
timeout: 15 minutes
|
timeout: 15 minutes
|
||||||
|
|||||||
Reference in New Issue
Block a user