Skip to content

Commit 4f4e588

Browse files
hotfix: cache ghcup dir
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent fc005c6 commit 4f4e588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/cache@v4
2727
with:
2828
path: |
29+
~/.ghcup
2930
~/.cabal/store
3031
.github/scripts/pull_album_info/dist-newstyle
3132
key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/**') }}

0 commit comments

Comments
 (0)