CI: fix Windows cache dir.

This commit is contained in:
John MacFarlane
2026-06-04 11:56:45 +02:00
parent d10db9b413
commit 07e3253fc2
+1 -1
View File
@@ -155,7 +155,7 @@ jobs:
uses: actions/cache@v5
with:
path: |
C:\cabal\store
%LOCALAPPDATA%/cabal/store
key: ${{ runner.os }}-appdata-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }}
- name: Cache cabal work