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