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