Skip to content

Commit

Permalink
Use dtolnay to install rust
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Aug 15, 2023
1 parent 227570e commit 0a2367d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
- uses: actions/checkout@v3

- name: Nightly with rustfmt
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: nightly
components: rustfmt

Expand Down

0 comments on commit 0a2367d

Please sign in to comment.