ci: force cargo to output colors
Gitlab CI supports ANSI color codes, which cargo does not output with no TTY.merge-requests/20/merge
parent
612fb75aac
commit
a63e4d4015
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue