Skip to content

Commit

Permalink
Replace actions-rs/toolchain with dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
See actions-rs/toolchain#216; actions-rs seems
to be unmaintained.
  • Loading branch information
tamird committed May 3, 2023
1 parent a0ca787 commit e14aff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- uses: actions/checkout@v2

- name: Install latest stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable

- name: Install latest nightly
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rust-src
Expand Down

0 comments on commit e14aff8

Please sign in to comment.