Remove redundant adding of rustfmt component

This commit is contained in:
Henrik Tjäder 2022-12-16 11:30:01 +01:00 committed by GitHub
parent 51f1bce077
commit d0b3d8b3f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,6 @@ jobs:
- name: Fail on warnings
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs macros/src/lib.rs
- name: Add Rust component
run: rustup component add rustfmt
- name: cargo fmt --check
run: cargo fmt --all -- --check