Skip to content

Commit

Permalink
CI: switch to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Aug 25, 2023
1 parent ef67b32 commit 04e3a2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
components: rustfmt, clippy

- name: Check formatting
Expand Down

0 comments on commit 04e3a2a

Please sign in to comment.