Merge pull request #7226

c3d2e21 [CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache (mj-xmr)
This commit is contained in:
luigi1111 2021-02-18 13:58:40 -05:00
commit 22460b6898
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -14,7 +14,7 @@ jobs:
submodules: recursive
- uses: actions/cache@v2
with:
path: ~/.ccache
path: /Users/runner/Library/Caches/ccache
key: ccache-macos-build-${{ github.sha }}
restore-keys: ccache-macos-build-
- name: install dependencies