Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 26, 2023
1 parent 974ecb0 commit e1c3e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
cd pgvector
make
sudo make install
- run: sudo apt install libpq-dev
- run: gcc -Wall -Wextra -Werror -o test/pq test/pq_test.c -lpq
- run: test/pq

0 comments on commit e1c3e05

Please sign in to comment.