diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-02 13:41:53 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-02 13:41:53 -0800 |
| commit | 07de443c6ecf5adbdc5da12c981d57b7cc5fdcdf (patch) | |
| tree | 0afca0135f1825a814a3405b532c20b82fe2bce9 /.github/workflows | |
| parent | 7446044ec45eccced1a35d84cdd5623ebee04c27 (diff) | |
Another attempt to fix windows CI caching.
Diffstat (limited to '.github/workflows')
| -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 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 |
