From f50ed4e281e6c30120412271eb66a1fb67d1c63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 21 Mar 2021 21:12:09 +0100 Subject: v1.8.2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468218913..2aee50b03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,8 +92,8 @@ jobs: target/*/.* target/*/build target/*/deps - key: cargo-cache-a-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} - restore-keys: cargo-cache-a-${{ runner.os }}- + key: cargo-cache-b-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} + restore-keys: cargo-cache-b-${{ runner.os }}- - name: Install rust uses: hecrj/setup-rust-action@v1 -- cgit v1.2.3