Skip to content

Commit

Permalink
Adopt action-rs for the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Dec 16, 2023
1 parent 416065c commit dddcc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
- uses: actions-rs/toolchain@v1
with:
rust-version: nightly
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/[email protected]
- name: Upload to codecov.io
Expand Down

0 comments on commit dddcc3c

Please sign in to comment.