Skip to content

Commit

Permalink
Switch from actions-rs/toolchain to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
Also update checkout action because why not
  • Loading branch information
GREsau committed Sep 9, 2024
1 parent 0a7aa5e commit 6a03758
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
allow_failure: true
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Check with no feature flags
run: cargo check --verbose --no-default-features
continue-on-error: ${{ matrix.allow_failure }}
Expand Down

0 comments on commit 6a03758

Please sign in to comment.