From 5d857913572b693fd52aecaa276c1b4110019e95 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 17 Jun 2023 22:17:35 +0200 Subject: [PATCH] mysterious fail on CI in silent mode --- .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 0d8bae6..cad9635 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Setup compiler, build and test run: | - stack build --silent --resolver ${{ matrix.stack-resolver }} + stack build --resolver ${{ matrix.stack-resolver }} stack test # - name: Setup Haskell tools