Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3246dcd9..299bb86df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,12 +268,12 @@ gst-build:
- '2022'
parallel:
matrix:
- - FEATURES:
+ - CI_CARGO_FEATURES:
- "--no-default-features"
- "--all-features"
- ""
script:
- - echo $env:FEATURES
+ - echo $env:CI_CARGO_FEATURES
# Set the code page to UTF-8
- chcp 65001