From 68df8b2e5baf7ad59bf98e4435f24714376da8b9 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9b97cc3..28c317b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 + key: "${{ matrix.arch }}" - uses: taiki-e/install-action@v2 with: