Skip to content

Commit

Permalink
ci: switch to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
The actions-rs/toolchain project appears dead.
  • Loading branch information
BurntSushi committed Jul 14, 2022
1 parent 418469f commit 6d3aae3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@v1
with:
override: true
toolchain: ${{ matrix.rust }}
profile: minimal
- run: cargo build --all --verbose
- run: cargo doc --all --verbose
- run: cargo test --all --verbose
Expand All @@ -51,11 +49,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@v1
with:
override: true
toolchain: stable
profile: minimal
components: rustfmt
- name: Check formatting
run: |
Expand Down

0 comments on commit 6d3aae3

Please sign in to comment.