Cache inside workdir

This commit is contained in:
Paul Hebble 2020-12-17 15:22:55 -06:00
parent a4b970649f
commit a78d36bce5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Cache downloads
uses: actions/cache@v2
with:
path: /cache
path: .cache
key: downloads-${{ github.run_id }}
restore-keys: |
downloads-