Skip to content

Commit 049f1b8

Browse files
committed
debug
1 parent f7e6063 commit 049f1b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ghc-version: '9.4'
3333
- run: |
3434
export PATH="$PWD/llvm-install/bin/:$PATH"
35-
cabal build
35+
cabal build --ghc-options=-v3
3636
cp `cabal exec which remotesom` remotesom-${{ github.ref }}
3737
xz -9 < remotesom-${{ github.ref }} > remotesom-${{ github.ref }}.xz
3838
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)