Merge branch '8.8.1-ci' of https://github.com/bubba/lsp-test into 8.8.1-ci
authorLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:21:20 +0000 (11:21 +0000)
committerLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:21:20 +0000 (11:21 +0000)
.github/workflows/haskell.yml

index 3055ca5bf33b248de63bddc65751bcd4492d46ae..6a85534302d61a1627f821356934fb71fbfd06cc 100644 (file)
@@ -23,7 +23,6 @@ jobs:
       with:
         ghc-version: ${{ matrix.ghc }}
         cabal-version: '3.0'
-    - run: cabal update
 
     - name: Clone HIE
       uses: actions/checkout@v1
@@ -47,6 +46,8 @@ jobs:
         path: ~/.hoogle
         key: ${{ runner.OS }}-${{ matrix.ghc }}-hoogle-${{ env.hieref }}
 
+    - run: cabal update
+
     - name: Build HIE
       run: |
         pushd ../haskell-ide-engine