mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
ci: Update to Rust 1.71.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5155>
This commit is contained in:
parent
e1765c4ce8
commit
040741e42c
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ rm -f *.rpm
|
|||
|
||||
# Install Rust
|
||||
RUSTUP_VERSION=1.26.0
|
||||
RUST_VERSION=1.71.0
|
||||
RUST_VERSION=1.71.1
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
dnf install -y wget
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||
|
||||
$rust_version = '1.71.0'
|
||||
$rust_version = '1.71.1'
|
||||
$rustup_url = 'https://win.rustup.rs/x86_64'
|
||||
|
||||
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe
|
||||
|
|
Loading…
Reference in a new issue