From c3d2e21269b675dcf7460fff195a98d0b4bd7dfd Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Tue, 29 Dec 2020 17:58:15 +0100 Subject: [PATCH] [CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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