Skip to content

Commit

Permalink
Add packages needed by release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Vondra committed Dec 22, 2024
1 parent 7579abb commit 499145d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libpq-dev
sudo apt-get install postgresql-server-dev-all
sudo apt-get install postgresql-common
- name: Bundle the Release
id: bundle
run: pgxn-bundle
Expand Down

0 comments on commit 499145d

Please sign in to comment.