We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2448f commit c38cdccCopy full SHA for c38cdcc
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- uses: actions/setup-node@v3
9
- run: npm install
10
- uses: ankane/setup-postgres@v1
@@ -13,7 +13,7 @@ jobs:
13
dev-files: true
14
- run: |
15
cd /tmp
16
- git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
17
cd pgvector
18
make
19
sudo make install
0 commit comments