Skip to content

Commit 0db12a7

Browse files
committed
Fix ghc-lib build
A section got lost during the ghcide merge
1 parent 901974b commit 0db12a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
${{ runner.os }}-${{ matrix.ghc }}-build-
5555
${{ runner.os }}-${{ matrix.ghc }}
5656
57+
- name: ghc-lib
58+
if: ${{ matrix.ghc-lib }}
59+
run: |
60+
echo "package ghcide" >> cabal.project.local
61+
echo " flags: ghc-lib" >> cabal.project.local
62+
echo "package hie-compat" >> cabal.project.local
63+
echo " flags: ghc-lib" >> cabal.project.local
64+
5765
- run: cabal update
5866

5967
# Need this to work around filepath length limits in Windows

0 commit comments

Comments
 (0)