Skip to content

Commit

Permalink
chore(ci): ensure rustfmt is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed Jan 28, 2025
1 parent c60c299 commit b90e14b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
profile: minimal
toolchain: nightly
override: true

- name: Install rustfmt
run: |
echo "Installing rustfmt for nightly"
rustup component add rustfmt --toolchain nightly
- name: Run rustfmt
run: |
Expand Down

0 comments on commit b90e14b

Please sign in to comment.