[CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache

pull/377/head
mj-xmr 3 years ago
parent f47651578f
commit c3d2e21269

@ -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

Loading…
Cancel
Save