ci: Install rustfmt in the nightly toolchain for generator.py

This commit is contained in:
Sebastian Dröge 2022-09-04 20:49:19 +03:00
parent a7618aecc2
commit 5163e212ed
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
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_MSRV: '1.63.0'

View file

@ -33,6 +33,8 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
fi
if [ "$RUST_VERSION" = "nightly" ]; then
rustup component add rustfmt --toolchain nightly
# Documentation tools
cargo install --force rustdoc-stripper
fi