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 f7b8753 commit c19b117Copy full SHA for c19b117
.github/workflows/check-release-builds.yml
@@ -123,4 +123,5 @@ jobs:
123
run: |
124
./scripts/cabal-list-public-library-targets.hs '${{ env.release-build-target }}' | \
125
tail -n +2 | \
126
+ tr -d '\r' | \
127
xargs -L 1 sh -c 'echo "$0" && cabal build --project-file=cabal.project.temp "$0"'
0 commit comments