Skip to content

Commit

Permalink
Switched to dev-files option on CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 3, 2023
1 parent 9ad8e1b commit ab91273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: ankane/setup-postgres@v1
with:
database: pgvector_go_test
dev-files: true
- run: |
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
cd /tmp
git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
cd pgvector
make
Expand Down

0 comments on commit ab91273

Please sign in to comment.