Ensure cabal is installed to fix pipeline

This commit is contained in:
Trevis Elser 2024-05-24 09:47:15 -04:00
parent b8a8c9dc1d
commit e1e34e7578

View File

@ -129,4 +129,4 @@ jobs:
docker-compose run \
--rm \
dev \
cabal check
ghcup install cabal && cabal check