Skip to content

Commit 25fc0ff

Browse files
committed
Update windows CI
1 parent 47cfea1 commit 25fc0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
run: |
6060
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
6161
cd %TEMP%
62-
git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
62+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
6363
cd pgvector
6464
nmake /NOLOGO /F Makefile.win
6565
nmake /NOLOGO /F Makefile.win install
66-
sc config postgresql-x64-14 start=auto
67-
net start postgresql-x64-14
66+
sc config postgresql-x64-17 start=auto
67+
net start postgresql-x64-17
6868
"%PGBIN%/psql" -d postgres -c "CREATE EXTENSION vector"
6969
7070
- name: (Linux) Install pgvector and set password

0 commit comments

Comments
 (0)