From 07de443c6ecf5adbdc5da12c981d57b7cc5fdcdf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Mar 2023 13:41:53 -0800 Subject: [PATCH] Another attempt to fix windows CI caching. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def0bc292..83ee4c04e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: uses: actions/cache@v3 with: path: | - ${{ env.APPDATA }}/cabal/store + %AppData%\Roaming\cabal\store key: ${{ runner.os }}-appdata-roaming-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }} - name: Cache cabal work