diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d5f7808..0d5aa651 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: # quotes on the outside than try to escape the inner double quotes. run: echo 'versions={"ghc-version":${{ steps.parse.outputs.tested-with-versions }}}' >> $GITHUB_OUTPUT - build: + build-cabal: name: Cabal Build Check needs: generate-matrix runs-on: ubuntu-latest