forked from mirrors/gstreamer-rs
Update CI images for Rust 1.46 and GStreamer 1.17.90
And also update to meson 0.55.1 while we're at it.
This commit is contained in:
parent
fb779b42a8
commit
82b469bc59
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2020-08-11.0'
|
||||
GST_RS_IMG_TAG: '2020-08-27.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set -e
|
||||
|
||||
pip3 install meson==0.55.0
|
||||
pip3 install meson==0.55.1
|
||||
|
||||
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
||||
cd gst-build
|
||||
|
|
Loading…
Reference in a new issue