[CI] add cache
This commit is contained in:
parent
f1bdee210a
commit
a426456bfa
|
@ -43,6 +43,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Crate
|
- name: Checkout Crate
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- uses: Swatinem/rust-cache@v1.2.0
|
||||||
|
with:
|
||||||
|
key: ${{ matrix.feature }}${{ matrix.os }}
|
||||||
- name: Checkout Toolchain
|
- name: Checkout Toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue