[CI] add cache

This commit is contained in:
Riccardo Casatta 2021-09-11 13:43:29 +02:00
parent f1bdee210a
commit a426456bfa
No known key found for this signature in database
GPG Key ID: FD986A969E450397
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ jobs:
steps:
- name: Checkout Crate
uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1.2.0
with:
key: ${{ matrix.feature }}${{ matrix.os }}
- name: Checkout Toolchain
uses: actions-rs/toolchain@v1
with: