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 dffbd3e commit 719579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
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
sudo apt update && sudo apt install -y postgresql-server-dev-13 libpq-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1

0 comments on commit 719579e

Please sign in to comment.