forked from mirrors/gstreamer-rs
ci: Update to rustup 1.25.0 and meson 0.63.0
This commit is contained in:
parent
a787197254
commit
538eb95e51
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
set -e
|
||||
|
||||
pip3 install meson==0.61.3
|
||||
pip3 install meson==0.63.0
|
||||
|
||||
# gstreamer-rs already has a 'gstreamer' directory so don't clone there
|
||||
pushd .
|
||||
|
|
|
@ -3,7 +3,7 @@ source ./ci/env.sh
|
|||
set -e
|
||||
export CARGO_HOME='/usr/local/cargo'
|
||||
|
||||
RUSTUP_VERSION=1.24.3
|
||||
RUSTUP_VERSION=1.25.0
|
||||
RUST_VERSION=$1
|
||||
RUST_IMAGE_FULL=$2
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
|
Loading…
Reference in a new issue