Skip to content

Commit 7570b1c

Browse files
committed
Updated CI
1 parent 0545f50 commit 7570b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: ankane/setup-postgres@v1
99
with:
1010
database: pgvector_cpp_test
1111
dev-files: true
1212
- run: |
1313
cd /tmp
14-
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
14+
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
1515
cd pgvector
1616
make
1717
sudo make install

0 commit comments

Comments
 (0)