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 | b731f7dca2590ade73e42425d421a47857e1a9bc (diff) | |
| parent | c3d2e21269b675dcf7460fff195a98d0b4bd7dfd (diff) | |
| download | monzero-core-22460b689820e46554f5c4b3e297a6a7f134cb62.tar.gz monzero-core-22460b689820e46554f5c4b3e297a6a7f134cb62.tar.xz monzero-core-22460b689820e46554f5c4b3e297a6a7f134cb62.zip | |
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 |
