mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
release-candidate: adjust cache dir for cabal store on macos.
This commit is contained in:
@@ -130,7 +130,8 @@ jobs:
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
$XDG_STATE_HOME/cabal/store
|
||||
~/.local/state/cabal/store
|
||||
~/.cabal/store
|
||||
key: ${{ runner.os }}-appdata-cabal-rc-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }}
|
||||
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user