From 951dacd03d4fdeb8b0731c7909bd0425d5aff0d0 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 9 Jun 2022 02:00:38 +1000 Subject: [PATCH] Fix cache key used in workflow "ci" Signed-off-by: Jiahao XU --- .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 7d8ae7d0..a74ae2c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Configure caching uses: actions/cache@v2 with: - key: ${{ matrix.os }}-${{ matrix.target }}-testing + key: ubuntu-latest-stable-testing path: | ${{ env.HOME }}/.cargo target