Another attempt to fix windows CI caching.

This commit is contained in:
John MacFarlane
2023-03-02 13:41:53 -08:00
parent 7446044ec4
commit 07de443c6e
+1 -1
View File
@@ -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