diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 13:58:40 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 13:58:40 -0500 |
commit | 22460b689820e46554f5c4b3e297a6a7f134cb62 (patch) | |
tree | f86b1a01baae3118e6ec50b9267ee2c17414850e | |
parent | Merge pull request #7339 (diff) | |
parent | [CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Cac... (diff) | |
download | monero-22460b689820e46554f5c4b3e297a6a7f134cb62.tar.xz |
Merge pull request #7226
c3d2e21 [CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache (mj-xmr)
-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 |