CI: move cache to home directory (#29347)

move cache to home dir
old-commit-hash: ace4d78e31
This commit is contained in:
Justin Newberry
2023-08-11 15:45:38 -07:00
committed by GitHub
parent 8d11558056
commit afa33bee18
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ runs:
- id: restore-scons-cache
uses: actions/cache/restore@v3
with:
path: /tmp/scons_cache
path: ~/scons_cache
key: scons-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}
restore-keys: |
scons-${{ env.CACHE_COMMIT_DATE }}-