From b27d4c2550b0ed9d35ef3767f1021c5de4ba8908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 22 Apr 2023 12:19:48 +0300 Subject: [PATCH] ci: Follow 0.20 branch of the gstreamer-rs repo for the CI template Part-of: --- .gitlab-ci.yml | 2 +- ci/install-rust-ext.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b10d10e3..87f3b4c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ include: file: '/templates/debian.yml' - project: 'gstreamer/gstreamer-rs' - ref: main + ref: '0.20' file: '/ci/images_template.yml' - project: 'gstreamer/gstreamer' diff --git a/ci/install-rust-ext.sh b/ci/install-rust-ext.sh index 59f64eb5..4b976e90 100755 --- a/ci/install-rust-ext.sh +++ b/ci/install-rust-ext.sh @@ -3,4 +3,4 @@ source ./ci/env.sh set -e export CARGO_HOME='/usr/local/cargo' -cargo install cargo-c --version 0.9.15+cargo-0.67 +cargo install cargo-c --version 0.9.13+cargo-0.65