Skip to content

Commit

Permalink
feat(#81): update haskell workflow to also include postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Aug 28, 2024
1 parent cc22905 commit 9c6080b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
procps \
tmux \
xz-utils \
zlib1g-dev
zlib1g-dev \
postgresql
- name: Validate code (run pre-commit hooks)
uses: pre-commit/[email protected]
with:
Expand Down

0 comments on commit 9c6080b

Please sign in to comment.