diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2022-12-16 11:30:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-16 11:30:01 +0100 |
| commit | d0b3d8b3f21d98311e08f5b70999054b6d078de8 (patch) | |
| tree | 61d1864c448eff55c4f522d0d47622db1a529565 /.github/workflows/build.yml | |
| parent | 51f1bce0779a009a6d2e2251403b9de3f8314dda (diff) | |
Remove redundant adding of rustfmt component
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc1750e..16d8a28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
