Skip to content

Commit

Permalink
Include pg headers
Browse files Browse the repository at this point in the history
  • Loading branch information
NodudeWasTaken committed Jan 22, 2025
1 parent d760fc7 commit 8e57a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pgsql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
--mount type=bind,source="$(pwd)/.go-cache",target=/root/.cache/go-build,consistency=delegated \
-w /stash $COMPILER_IMAGE tail -f /dev/null
- name: Install PostgreSQL development libraries
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-16
- name: Clone PostgreSQL DLL project
run: |
git clone --recursive https://github.com/NodudeWasTaken/stash_pge.git
Expand Down

0 comments on commit 8e57a43

Please sign in to comment.