Skip to content

Commit

Permalink
ci(#81): update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Aug 28, 2024
1 parent 741a8f2 commit 0ec3778
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
dpkg-dev \
gcc \
gnupg \
gnupg2 \
gnupg1 \
g++ \
hlint \
libc6-dev \
Expand All @@ -48,8 +50,11 @@ jobs:
procps \
tmux \
xz-utils \
zlib1g-dev \
postgresql
zlib1g-dev
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
sudo apt-get update -y
sudo apt-get install postgresql-14 -y
- name: Validate code (run pre-commit hooks)
uses: pre-commit/[email protected]
with:
Expand Down

0 comments on commit 0ec3778

Please sign in to comment.