From 8a73b1f1f5e2e3bba0fa553e3562db4374a779a8 Mon Sep 17 00:00:00 2001 From: Ignat Insarov Date: Thu, 11 Apr 2024 03:28:06 +0700 Subject: [PATCH] fixup! fixup! Put GHC and Cabal into path in integration script. --- .github/workflows/haskell-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 7668c4f..9fe0732 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -161,6 +161,7 @@ jobs: $CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always - name: tests run: | + cd "$PKGDIR_cabal_prettify" $CABAL run $ARG_COMPILER $ARG_TESTS $ARG_BENCH examples -- --catch-stderr - name: haddock run: |