We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63da77a commit 1d55d50Copy full SHA for 1d55d50
1 file changed
.github/workflows/build.yml
@@ -4,14 +4,14 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
8
- uses: ankane/setup-postgres@v1
9
with:
10
database: pgvector_node_test
11
dev-files: true
12
- run: |
13
cd /tmp
14
- git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.5 https://github.com/pgvector/pgvector.git
15
cd pgvector
16
make
17
sudo make install
0 commit comments