We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d55c7 commit 2d3caf1Copy full SHA for 2d3caf1
.github/workflows/create_album_post.yaml
@@ -27,7 +27,7 @@ jobs:
27
path: |
28
~/.cabal/store
29
.github/scripts/pull_album_info/dist-newstyle
30
- key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/cabal.project.freeze') }}
+ key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/') }}
31
restore-keys: |
32
haskell-cache-${{ runner.os }}-
33
@@ -40,10 +40,6 @@ jobs:
40
run: |
41
cd .github/scripts/pull_album_info
42
43
- # Ensure dependencies are up-to-date
44
- cabal update
45
- cabal freeze
46
-
47
# Build the app
48
cabal build
49
0 commit comments