diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index f72dd23..266306e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: | - stack init + stack setup stack build - name: Run tests