Update CI.
This commit is contained in:
parent
7ef9306ce3
commit
791ac540d2
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -67,25 +67,19 @@ jobs:
|
|||||||
check_msrv:
|
check_msrv:
|
||||||
needs: [precheck_default, precheck_all_features]
|
needs: [precheck_default, precheck_all_features]
|
||||||
name: Check MSRV with all features
|
name: Check MSRV with all features
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ ubuntu-latest ]
|
|
||||||
rust: [ 1.56.1 ]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Install ${{ matrix.rust }}
|
- name: Install MSRV toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: 1.56.1
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Rust cache
|
- name: Rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
with:
|
|
||||||
key: ${{ matrix.os }}
|
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user