Skip to content

Commit 80083a7

Browse files
committed
WIP
1 parent cfc6429 commit 80083a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/check-release-builds.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,11 @@ jobs:
110110
cabal build all \
111111
--project-file="cabal.project.temp" \
112112
--only-dependencies
113-
cabal build ./scripts/cabal-list-public-library-targets.hs \
114-
--project-file="cabal.project.temp" \
115-
--only-dependencies
113+
114+
# This will build dependencies too, hence the save cabal dependencies steps comes after
115+
- name: 🏗️ Build script
116+
run: |
117+
cabal build ./scripts/cabal-list-public-library-targets.hs
116118
117119
- name: 💾 Save Cabal dependencies
118120
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)