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