Skip to content

Commit

Permalink
fix toolchain command
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroraptor07 committed Oct 30, 2022
1 parent de9f0b9 commit b6b5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install the nightly Rust toolchain"
run: rustup toolchain install -c rustfmt nightly
run: rustup toolchain install nightly -c rustfmt

- name: "Check formatting"
run: cargo +nightly fmt --check
Expand Down

0 comments on commit b6b5cbf

Please sign in to comment.