mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
ci: Update to cargo-c 0.9.30
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6106>
This commit is contained in:
parent
b2098849dc
commit
d49a2ae00f
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# If you are hacking on them or need a them to rebuild, its enough
|
||||||
# to change any part of the string of the image you want.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2024-02-08.0'
|
FEDORA_TAG: '2024-02-13.0'
|
||||||
|
|
||||||
INDENT_TAG: '2023-08-24.3'
|
INDENT_TAG: '2023-08-24.3'
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ chmod +x rustup-init;
|
||||||
rm rustup-init;
|
rm rustup-init;
|
||||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
||||||
|
|
||||||
cargo install cargo-c --version 0.9.28+cargo-0.75.0
|
cargo install cargo-c --version 0.9.30+cargo-0.77.0
|
||||||
|
|
||||||
rustup --version
|
rustup --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
Loading…
Reference in a new issue