From a426456bfac3b87081a1c26d459985ff5a34d986 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Sat, 11 Sep 2021 13:43:29 +0200 Subject: [PATCH] [CI] add cache --- .github/workflows/cross.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 5694b57..571223c 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -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: