From cbf6befd5411d032aadbc569208bfd3cb5a86ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Sun, 26 Jun 2022 21:03:55 +0200 Subject: [PATCH] Fix rust-cache key in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b92ca41a..57a3629a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,8 @@ jobs: override: true target: ${{ matrix.target }} - uses: Swatinem/rust-cache@v1 + with: + key: ${{ matrix.target }} - uses: actions-rs/cargo@v1 with: command: test