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 866af95 commit 8a69534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: ankane/setup-postgres@v1
with:
database: pgvector_c_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Supports [libpq](https://www.postgresql.org/docs/current/libpq.html)

[![Build Status](https://github.com/pgvector/pgvector-c/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector-c/actions)
[![Build Status](https://github.com/pgvector/pgvector-c/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pgvector/pgvector-c/actions)

## Getting Started

Expand Down

0 comments on commit 8a69534

Please sign in to comment.