aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2022-02-14 23:14:36 +1300
committerMike Taves <mwtoews@gmail.com>2022-02-15 00:43:38 +1300
commitdb2ae2e01ad5eee406ce2e198f735eeb10ea07f6 (patch)
treebbbcbbfd22c28c5908027fbb48eb9a780a658ee8
parentcb35cb17ace5d16c63d700378d78e0b057531e25 (diff)
downloadPROJ-db2ae2e01ad5eee406ce2e198f735eeb10ea07f6.tar.gz
PROJ-db2ae2e01ad5eee406ce2e198f735eeb10ea07f6.zip
CI: set CCACHE_DIR for macOS
-rw-r--r--.github/workflows/mac.yml3
1 files changed, 2 insertions, 1 deletions
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