mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
7 lines
184 B
Bash
Executable file
7 lines
184 B
Bash
Executable file
source ./ci/env.sh
|
|
|
|
set -e
|
|
export CARGO_HOME='/usr/local/cargo'
|
|
|
|
# Install 0.9.4 until Rust 1.56 is the minimum supported version here
|
|
cargo install cargo-c --version 0.9.4+cargo-0.56
|