From 9c6080b41fba28602fd2e7910b50a81aa6f934be Mon Sep 17 00:00:00 2001 From: sourabhxyz Date: Wed, 28 Aug 2024 20:49:27 +0530 Subject: [PATCH] feat(#81): update haskell workflow to also include postgresql --- .github/workflows/haskell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 167ed7e..9eaa71d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -48,7 +48,8 @@ jobs: procps \ tmux \ xz-utils \ - zlib1g-dev + zlib1g-dev \ + postgresql - name: Validate code (run pre-commit hooks) uses: pre-commit/action@v3.0.0 with: