From 4f462bb6ac6c6f009eee269e2cfaafdcf1d6f892 Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:14:52 +0000 Subject: [PATCH] chore(CI): fix the cache key of cargo-gwos --- .github/workflows/gwos-scripts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gwos-scripts.yml b/.github/workflows/gwos-scripts.yml index 46d6a54ed..70c7236fc 100644 --- a/.github/workflows/gwos-scripts.yml +++ b/.github/workflows/gwos-scripts.yml @@ -42,9 +42,9 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-${{ runner.arch }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-${{ runner.arch }}-cargo-gwos-${{ hashFiles('**/Cargo.lock') }} restore-keys: | - ${{ runner.os }}-${{ runner.arch }}-cargo-test + ${{ runner.os }}-${{ runner.arch }}-cargo-gwos - name: Install moleculec run: |