forked from mirrors/gstreamer-rs
ci: Install rustfmt in the nightly toolchain for generator.py
This commit is contained in:
parent
a7618aecc2
commit
5163e212ed
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2022-09-04.0'
|
GST_RS_IMG_TAG: '2022-09-04.1'
|
||||||
GST_RS_STABLE: '1.63.0'
|
GST_RS_STABLE: '1.63.0'
|
||||||
GST_RS_MSRV: '1.63.0'
|
GST_RS_MSRV: '1.63.0'
|
||||||
|
|
|
@ -33,6 +33,8 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||||
|
rustup component add rustfmt --toolchain nightly
|
||||||
|
|
||||||
# Documentation tools
|
# Documentation tools
|
||||||
cargo install --force rustdoc-stripper
|
cargo install --force rustdoc-stripper
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue