X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=87c9763e2b165e62fb82fb2daa61e8955e67ca12;hp=32c54b90c649ce802d73806751cd3a0c55d68e61;hb=2d99d48db3865ad7f5916fea82ad4ce8b6a695f4;hpb=100a827c557ab534b4f67cdac6bee88e3cf00999 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 32c54b9..87c9763 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -9,10 +9,9 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Install dependencies - run: cabal install --only-dependencies --enable-tests - name: Install HIE run: | + apt upgrade ghc cabal-install pushd $HOME git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules cd haskell-ide-engine