diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9eb01bd5c..e1d1ed4b6 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -53,9 +53,7 @@ jobs: - name: Install dependencies run: | cabal v2-update - script/fix-broken-cabal-store cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2 - script/fix-broken-cabal-store cabal v2-build --project-file=cabal.project.ci all --only-dependencies - name: Build & test