diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-12-29 17:58:15 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-02-17 13:42:46 +0100 |
commit | c3d2e21269b675dcf7460fff195a98d0b4bd7dfd (patch) | |
tree | 96682687fc88df8125ef9231d4f572cb2f8c27da /.github | |
parent | Merge pull request #7311 from selsta/miniupnp (diff) | |
download | monero-c3d2e21269b675dcf7460fff195a98d0b4bd7dfd.tar.xz |
[CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |