Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 26, 2023
1 parent e30fd02 commit 55baaeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get remove libpq-dev
- uses: ankane/setup-postgres@v1
with:
database: pgvector_c_test
Expand All @@ -16,5 +15,5 @@ jobs:
cd pgvector
make
sudo make install
- run: gcc -Wall -Wextra -Werror -o test/pq test/pq_test.c -lpq
- run: gcc -Wall -Wextra -Werror -I/usr/include/postgresql -o test/pq test/pq_test.c -lpq
- run: test/pq

0 comments on commit 55baaeb

Please sign in to comment.