Skip to content

Commit

Permalink
Merge pull request #1910 from dtolnay-contrib/stable
Browse files Browse the repository at this point in the history
Install current stable Rust in CI
Manishearth authored Jan 9, 2024
2 parents 3db12c8 + 80bdf12 commit 4797b87
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -8,11 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt

- name: Formatting
run: |
# Install extra rustup components
rustup component add rustfmt
cargo fmt --all -- --check
run: cargo fmt --all -- --check

- name: Test
run: |

0 comments on commit 4797b87

Please sign in to comment.