Switch from actions-rs/toolchain to dtolnay/rust-toolchain
Also update checkout action because why not
This commit is contained in:
parent
0a7aa5ebf0
commit
6a03758284
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue