Skip to content

Commit

Permalink
explicitely install nightly rustfmt for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Dec 15, 2024
1 parent ee0d411 commit ac1a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update nightly && rustup default nightly
- run: rustup update nightly && rustup default nightly && rustup add component rustfmt
- run: cargo fmt --all -- --check --verbose

clippy:
Expand Down

0 comments on commit ac1a298

Please sign in to comment.