mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
CI: fix fmt
This commit is contained in:
parent
e64a9b4a1a
commit
4812884453
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ test nightly:
|
|||
<<: *cargo_test
|
||||
|
||||
rustfmt:
|
||||
image: "rustlang/rust:nightly-slim"
|
||||
image: "rust:slim"
|
||||
stage: "lint"
|
||||
script:
|
||||
- rustup component add rustfmt-preview
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --version
|
||||
- cargo fmt -- --color=always --check
|
||||
|
|
Loading…
Reference in a new issue