summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-05 10:44:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-05 10:44:51 -0800
commitc5f791b737f6dff738119b9ea40c67028089665f (patch)
tree3f8ddaf3e836929dc5ad247ce75951c5d4a35251 /.github
parent2b5385922f6cf0965576382e06923d0b95a98e71 (diff)
Windows CI: fix directory for global cabal store.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 758cb5a80..10026324e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
- C:\Users\runneradmin\AppData\cabal\store
+ C:\cabal\store
key: ${{ runner.os }}-appdata-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }}
- name: Cache cabal work