diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 10:44:51 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 10:44:51 -0800 |
| commit | c5f791b737f6dff738119b9ea40c67028089665f (patch) | |
| tree | 3f8ddaf3e836929dc5ad247ce75951c5d4a35251 | |
| parent | 2b5385922f6cf0965576382e06923d0b95a98e71 (diff) | |
Windows CI: fix directory for global cabal store.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
