Skip to content

Commit

Permalink
fix: cache name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Dec 16, 2024
1 parent 6f9c02b commit d4b4e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: pip-3.8-${{ hashFiles('package.json') }}
key: pip-3.9-${{ hashFiles('package.json') }}
restore-keys: |
pip-3.8-
pip-3.9-
pip-
- name: Get yarn cache directory path
Expand Down

0 comments on commit d4b4e4d

Please sign in to comment.