From a63e4d401503ae7e2109d331e07e4e3f3f4be870 Mon Sep 17 00:00:00 2001 From: Alaric Senat Date: Wed, 19 Aug 2026 14:31:11 +0200 Subject: [PATCH] ci: force cargo to output colors Gitlab CI supports ANSI color codes, which cargo does not output with no TTY. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6623626..4bbb193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: variables: VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:20260728042128 + CARGO_TERM_COLOR: always vlc-rs-build: tags: