summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-21 21:12:09 +0100
committerGitHub <noreply@github.com>2021-03-21 21:12:09 +0100
commitf50ed4e281e6c30120412271eb66a1fb67d1c63e (patch)
tree1b384ff5789bf62c1e5ded7c95f73f4b33f93799 /.github
parentc08284ab9d215848af861606dbb2709f8357867e (diff)
v1.8.2
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 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