Skip to content

Commit 2d3caf1

Browse files
hotfix: fix create post pipeline
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent f1d55c7 commit 2d3caf1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: |
2828
~/.cabal/store
2929
.github/scripts/pull_album_info/dist-newstyle
30-
key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/cabal.project.freeze') }}
30+
key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/') }}
3131
restore-keys: |
3232
haskell-cache-${{ runner.os }}-
3333
@@ -40,10 +40,6 @@ jobs:
4040
run: |
4141
cd .github/scripts/pull_album_info
4242
43-
# Ensure dependencies are up-to-date
44-
cabal update
45-
cabal freeze
46-
4743
# Build the app
4844
cabal build
4945

0 commit comments

Comments
 (0)