ci: Follow 0.20 branch of the gstreamer-rs repo for the CI template

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1189>
This commit is contained in:
Sebastian Dröge 2023-04-22 12:19:48 +03:00
parent 96f355ba96
commit b27d4c2550
2 changed files with 2 additions and 2 deletions

View file

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

View file

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