We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb12314 commit b696388Copy full SHA for b696388
1 file changed
.github/workflows/build.yml
@@ -4,15 +4,15 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
9
- run: npm install
10
- uses: ankane/setup-postgres@v1
11
with:
12
database: pgvector_node_test
13
- run: |
14
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15
- git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
16
cd pgvector
17
make
18
sudo make install
0 commit comments