Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Mar 25, 2021
1 parent d1101b1 commit 5619f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
cat /etc/apt/sources.list.d/pgdg.list
sudo apt update
sudo apt -y install postgresql-11 libpq5 libpq-dev
sudo apt -y install postgresql-11 libpq5 libpq-dev postgresql-server-dev-all
- run: make
- run: make stash_precompiled_binary
Expand Down

0 comments on commit 5619f2a

Please sign in to comment.