Skip to content

Commit

Permalink
CI: replace actions-rs w/ dtolnay/rust-toolchain.
Browse files Browse the repository at this point in the history
This commit replaces the `actions-rs/toolchain` action with
`dtolnay/rust-toolchain`. The former is no longer maintained.
  • Loading branch information
cpu authored and djc committed Mar 16, 2023
1 parent 4941921 commit 3ab9952
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/rust-toolchain@stable

- name: cargo build (debug; default features)
run: cargo build
Expand Down

0 comments on commit 3ab9952

Please sign in to comment.