From 593016a5f05fb6490e832e03a202b33c3f890f78 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 4 Jun 2026 12:53:37 +0200 Subject: [PATCH] release-candidate: adjust cache dir for cabal store on macos. --- .github/workflows/release-candidate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index fdf7d5b78..40dc32865 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -130,7 +130,8 @@ jobs: uses: actions/cache@v5 with: path: | - $XDG_STATE_HOME/cabal/store + ~/.local/state/cabal/store + ~/.cabal/store key: ${{ runner.os }}-appdata-cabal-rc-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }} - name: Create release