mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
💾 Caching
This commit is contained in:
parent
e9b9a64dea
commit
21bcebae6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
id: pip-cache # use this to check for `cache-hit` (`steps.pip-cache.outputs.cache-hit != 'true'`)
|
||||
with:
|
||||
path: ${{ steps.pip-cache-dir-path.outputs.dir }}
|
||||
path: ${{ steps.pip-cache-dir-path.output.dir }}
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue