From 68113b6ba1afd7c21af1318a9c65958b52dab2b7 Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:40:26 +0200 Subject: [PATCH] Fix caching --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9b97cc3..e0f7d66 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,8 @@ jobs: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 + with: + key: "${{ matrix.arch }}" - uses: taiki-e/install-action@v2 with: