Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Oct 4, 2024
1 parent 2aa2e8c commit 1aa2766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,15 @@ jobs:
with:
profile: minimal
toolchain: stable
components: rustfmt
components: clippy
override: true

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: clippy
components: rustfmt
override: true

- name: Run cargo fmt
Expand Down

0 comments on commit 1aa2766

Please sign in to comment.