From db2ae2e01ad5eee406ce2e198f735eeb10ea07f6 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Mon, 14 Feb 2022 23:14:36 +1300 Subject: CI: set CCACHE_DIR for macOS --- .github/workflows/mac.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 1ccbd938..c2855b10 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -20,7 +20,7 @@ jobs: uses: actions/cache@v2 id: cache with: - path: ~/.ccache + path: ${{ github.workspace }}/.ccache key: ${{ runner.os }}-cache-mac-${{ github.run_id }} restore-keys: ${{ runner.os }}-cache-mac- @@ -35,5 +35,6 @@ jobs: export TRAVIS_BUILD_DIR=$PWD source .github/workflows/mac/install.sh env: + CCACHE_DIR: ${{ github.workspace }}/.ccache TRAVIS_OS_NAME: osx BUILD_NAME: osx -- cgit v1.2.3