mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
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:
commit
22460b6898
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: /Users/runner/Library/Caches/ccache
|
||||||
key: ccache-macos-build-${{ github.sha }}
|
key: ccache-macos-build-${{ github.sha }}
|
||||||
restore-keys: ccache-macos-build-
|
restore-keys: ccache-macos-build-
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user