Skip to content

Commit a21c14d

Browse files
committed
WIP: check-release-builds
1 parent e03ca42 commit a21c14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ jobs:
126126
run: |
127127
./scripts/cabal-list-public-library-targets.hs '${{ env.release-build-target }}' | \
128128
tail -n +2 | \
129+
tr -d '\r' | \
129130
xargs -d '\n' -L 1 sh -c 'echo "$0" && cabal build --project-file=cabal.project.temp "$0"'

0 commit comments

Comments
 (0)