Skip to content

Commit

Permalink
Fix ghc-lib build
Browse files Browse the repository at this point in the history
A section got lost during the ghcide merge
  • Loading branch information
pepeiborra committed Jan 1, 2021
1 parent 901974b commit 0db12a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -54,6 +54,14 @@ jobs:
${{ runner.os }}-${{ matrix.ghc }}-build-
${{ runner.os }}-${{ matrix.ghc }}
- name: ghc-lib
if: ${{ matrix.ghc-lib }}
run: |
echo "package ghcide" >> cabal.project.local
echo " flags: ghc-lib" >> cabal.project.local
echo "package hie-compat" >> cabal.project.local
echo " flags: ghc-lib" >> cabal.project.local
- run: cabal update

# Need this to work around filepath length limits in Windows
Expand Down

0 comments on commit 0db12a7

Please sign in to comment.