aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2020-12-29 17:58:15 +0100
committermj-xmr <mjxmr@protonmail.com>2021-02-17 13:42:46 +0100
commitc3d2e21269b675dcf7460fff195a98d0b4bd7dfd (patch)
tree96682687fc88df8125ef9231d4f572cb2f8c27da
parentMerge pull request #7311 from selsta/miniupnp (diff)
downloadmonero-c3d2e21269b675dcf7460fff195a98d0b4bd7dfd.tar.xz
[CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c6ed13e62..ca6589424 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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