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 e1c3e05 commit 1fe0e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install libpq-dev
- uses: ankane/setup-postgres@v1
with:
database: pgvector_c_test
Expand All @@ -15,6 +16,5 @@ 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 1fe0e93

Please sign in to comment.