forked from mirrors/gstreamer-rs
ci: Update to Rust 1.66 and meson 0.64.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1167>
This commit is contained in:
parent
9deb507286
commit
c32607a010
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2022-12-09.0'
|
||||
GST_RS_STABLE: '1.65.0'
|
||||
GST_RS_IMG_TAG: '2022-12-15.0'
|
||||
GST_RS_STABLE: '1.66.0'
|
||||
GST_RS_MSRV: '1.63.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set -e
|
||||
|
||||
pip3 install meson==0.63.3
|
||||
pip3 install meson==0.64.1
|
||||
|
||||
# gstreamer-rs already has a 'gstreamer' directory so don't clone there
|
||||
pushd .
|
||||
|
|
Loading…
Reference in a new issue