mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
ci: Don't include cargo-c in the Fedora CI images
It's not actually used and just adds to the build time unnecessarily. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5064>
This commit is contained in:
parent
4404e7203c
commit
3027088143
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ chmod +x rustup-init;
|
|||
rm rustup-init;
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
||||
|
||||
cargo install cargo-c --version 0.9.21+cargo-0.71
|
||||
rustup --version
|
||||
cargo --version
|
||||
rustc --version
|
||||
|
|
Loading…
Reference in a new issue