summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-21 16:10:08 +0100
committerGitHub <noreply@github.com>2021-03-21 16:10:08 +0100
commitc08284ab9d215848af861606dbb2709f8357867e (patch)
tree33cc61ea4b088605d14c23d6feddeb2c4a778df7 /.github
parentc00872c0c0ad09fb0e45e7a10c6ffeff6a7bddef (diff)
chore: release crates (#9847)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
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