mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-13 22:01:19 +00:00
595616fe2d
Need to define CARGO_HOME so it's installed to the same places as the rest of the Rust tools.
6 lines
No EOL
86 B
Bash
Executable file
6 lines
No EOL
86 B
Bash
Executable file
source ./ci/env.sh
|
|
|
|
set -e
|
|
export CARGO_HOME='/usr/local/cargo'
|
|
|
|
cargo install cargo-c |