Skip to content

Commit

Permalink
Don't explicitly install rustfmt
Browse files Browse the repository at this point in the history
It's installed by default.
  • Loading branch information
Ortham committed Apr 29, 2023
1 parent d4cc0e5 commit 0b31d04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -11,12 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rustfmt
run: |
rustup component add rustfmt
rustfmt --version
- name: Check formatting
run: cargo fmt --all -- --check
run: |
cargo fmt -- --version
cargo fmt --all -- --check
windows:
runs-on: windows-2019
Expand Down

0 comments on commit 0b31d04

Please sign in to comment.