summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-04 11:47:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-04 11:47:39 -0800
commit32f0b1da90e2521c63b1e14a5200292a24e08bb1 (patch)
treecde0cb89ca6134650d628382bc2c2d8efedadf08
parent572f3259a914a5bf8b86b355b9612c1ab076ff5d (diff)
CI: Use full windows path for cabal store.
-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 e0a3a65f2..758cb5a80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
- %AppData%/cabal/store
+ C:\Users\runneradmin\AppData\cabal\store
key: ${{ runner.os }}-appdata-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }}
- name: Cache cabal work