Skip to content

Commit

Permalink
👷 install deps properly
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephYao committed Jan 9, 2024
1 parent 45f2e3d commit dffbd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Install deps
run: |
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
echo "deb http://apt.postgresql.org/pub/repos/apt `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
sudo apt update && sudo apt install -y postgresql-server-dev-13
Expand Down

0 comments on commit dffbd3e

Please sign in to comment.