Skip to content

Commit

Permalink
Try installing postgresql-server-dev-17
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 14, 2024
1 parent 57a05f9 commit 8ab5467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ jobs:
- name: Install Q3C
run: |
sudo apt-get update
sudo apt-get install -y postgresql-server-dev-14
sudo apt-get install -y postgresql-server-dev-17
wget https://github.com/segasai/q3c/archive/refs/tags/v2.0.1.tar.gz
tar xvf v2.0.1.tar.gz
cd q3c-2.0.1
make
sudo make install
env:
PGSERVICE: ${{ steps.postgres.outputs.service-name }}
CFLAGS: -I/usr/include/postgresql/14/server

- name: Create database
run: |
Expand Down

0 comments on commit 8ab5467

Please sign in to comment.