Skip to content

Commit

Permalink
we mean rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Sep 22, 2023
1 parent f3bac93 commit 5f797ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
rustup toolchain install nightly --profile minimal --component fmt --component clippy
rustup toolchain install nightly --profile minimal --component rustfmt --component clippy
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.pwd }}
Expand Down

0 comments on commit 5f797ab

Please sign in to comment.