From e1e34e75785ee0ab3159fc8c8c70ce3dbf13fe75 Mon Sep 17 00:00:00 2001 From: Trevis Elser Date: Fri, 24 May 2024 09:47:15 -0400 Subject: [PATCH] Ensure cabal is installed to fix pipeline --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4ccb98..0717284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,4 +129,4 @@ jobs: docker-compose run \ --rm \ dev \ - cabal check + ghcup install cabal && cabal check