From 612fb75aac5a4cb629f61882e981886b23a86cb4 Mon Sep 17 00:00:00 2001 From: Alaric Senat Date: Wed, 19 Aug 2026 14:31:11 +0200 Subject: [PATCH] ci: stop sourcing the cargo env The image now puts $CARGO_HOME/bin on PATH itself. --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6535567..6623626 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ vlc-rs-build: - docker - amd64 stage: build - image: - name: $VLC_UBUNTU_IMAGE - + image: $VLC_UBUNTU_IMAGE script: - - . $CARGO_HOME/env - cargo build --all