ci: stop sourcing the cargo env

The image now puts $CARGO_HOME/bin on PATH itself.
merge-requests/20/merge
Alaric Senat 2026-08-19 14:31:11 +02:00
parent 651c5e743b
commit 612fb75aac
1 changed files with 1 additions and 4 deletions

View File

@ -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