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 47cfea1 commit 25fc0ffCopy full SHA for 25fc0ff
.github/workflows/app-tests.yaml
@@ -59,12 +59,12 @@ jobs:
59
run: |
60
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
61
cd %TEMP%
62
- git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
63
cd pgvector
64
nmake /NOLOGO /F Makefile.win
65
nmake /NOLOGO /F Makefile.win install
66
- sc config postgresql-x64-14 start=auto
67
- net start postgresql-x64-14
+ sc config postgresql-x64-17 start=auto
+ net start postgresql-x64-17
68
"%PGBIN%/psql" -d postgres -c "CREATE EXTENSION vector"
69
70
- name: (Linux) Install pgvector and set password
0 commit comments