From b12f2c15e266098b24efb9ce53fe6e90d984ba80 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 26 Jan 2020 18:58:41 +0000 Subject: [PATCH] Update cabal after restoring cache --- .github/workflows/haskell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 75b6dbb..4f482c9 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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 -- 2.30.2