We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6063 commit 049f1b8Copy full SHA for 049f1b8
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
ghc-version: '9.4'
33
- run: |
34
export PATH="$PWD/llvm-install/bin/:$PATH"
35
- cabal build
+ cabal build --ghc-options=-v3
36
cp `cabal exec which remotesom` remotesom-${{ github.ref }}
37
xz -9 < remotesom-${{ github.ref }} > remotesom-${{ github.ref }}.xz
38
- uses: softprops/action-gh-release@v2
0 commit comments