diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-02 10:17:34 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-02 10:17:34 -0800 |
| commit | 7446044ec45eccced1a35d84cdd5623ebee04c27 (patch) | |
| tree | 5a7efead865b8df99f93444ef1a58989786b9feb /.github | |
| parent | 19e4adaeb582d03a52c1a39d257bf3ac2da7d6f0 (diff) | |
Try to fix cabal global store caching on Windows CI.
Diffstat (limited to '.github')
| -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 2b05828c0..def0bc292 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: uses: actions/cache@v3 with: path: | - C:\Users\runneradmin\AppData\Roaming\cabal\ + ${{ env.APPDATA }}/cabal/store key: ${{ runner.os }}-appdata-roaming-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }} - name: Cache cabal work |
