mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
ci: Install cargo-c
This is to fix gst-plugin-rs configuration error about the missing installation. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5125>
This commit is contained in:
parent
ddd4491635
commit
0550b845b4
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@ 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
|
||||||
|
|
||||||
|
# Apparently rustup did not do that, and it fails now
|
||||||
|
cargo install cargo-c --version 0.9.21+cargo-0.71
|
||||||
|
|
||||||
rustup --version
|
rustup --version
|
||||||
cargo --version
|
cargo --version
|
||||||
rustc --version
|
rustc --version
|
||||||
|
|
Loading…
Reference in a new issue