Skip to content

Commit

Permalink
chore(CI): fix the cache key of cargo-gwos
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 25, 2023
1 parent 1f2719d commit 1c73302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gwos-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1c73302

Please sign in to comment.