Skip to content

Commit c19b117

Browse files
committed
WIP
1 parent f7b8753 commit c19b117

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
@@ -123,4 +123,5 @@ jobs:
123123
run: |
124124
./scripts/cabal-list-public-library-targets.hs '${{ env.release-build-target }}' | \
125125
tail -n +2 | \
126+
tr -d '\r' | \
126127
xargs -L 1 sh -c 'echo "$0" && cabal build --project-file=cabal.project.temp "$0"'

0 commit comments

Comments
 (0)