From 0360e3a0b7ce3c86df873e2f51109c49431688e5 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 17 Jun 2023 19:19:42 +0200 Subject: [PATCH] CI --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index f398b21..4db0972 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -31,7 +31,7 @@ jobs: stack-version: 'latest' - name: Stack build and test run: | - stack build + stack build --system-ghc --no-install-ghc stack test # ci: