mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
CI: fix Windows cache dir.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user