Skip to content

Commit aae50f9

Browse files
committed
WIP: check-release-builds
1 parent f7b8753 commit aae50f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ 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
113116
114117
- name: 💾 Save Cabal dependencies
115118
uses: actions/cache/save@v4
@@ -123,4 +126,5 @@ jobs:
123126
run: |
124127
./scripts/cabal-list-public-library-targets.hs '${{ env.release-build-target }}' | \
125128
tail -n +2 | \
129+
tr -d '\r' | \
126130
xargs -L 1 sh -c 'echo "$0" && cabal build --project-file=cabal.project.temp "$0"'

0 commit comments

Comments
 (0)