From 3e994b116ea42ca974d141e2108815e106564c9b Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 07:48:51 +0800 Subject: [PATCH] fix prefix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 682b1bf..53ea2a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: with: # The prefix cache key, this can be changed to start a new cache manually. # default: "v0-rust" - prefix-key: ${{ matrix.platform }} + prefix-key: ${{ matrix.platform.os }} shared-key: ci cache-targets: false - name: install app dependencies