summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-09 17:15:50 +0200
committerGitHub <noreply@github.com>2021-07-09 17:15:50 +0200
commitab079a8d63e9a32d2ddae1071797f57823357967 (patch)
treef00ef2694ddcf8fd31f32848102035758f4eb6a4 /.github
parent391bf17479dbc087e0e7dde65f8b353f5089486c (diff)
chore: update crates (#11332)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1efb99f2a..3e49b3975 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -253,7 +253,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
- key: d-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
+ key: e-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
# In main branch, always creates fresh cache
- name: Cache build output (main)