Skip to content

Commit 46a193a

Browse files
committed
Updated pgvector version
1 parent edff0d3 commit 46a193a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/step-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: |
1212
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
1313
cd %TEMP%
14-
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
14+
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
1515
cd pgvector
1616
nmake /NOLOGO /F Makefile.win
1717
nmake /NOLOGO /F Makefile.win install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.git
4444
run: |
4545
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
4646
cd %TEMP%
47-
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
47+
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
4848
cd pgvector
4949
nmake /NOLOGO /F Makefile.win
5050
nmake /NOLOGO /F Makefile.win install

0 commit comments

Comments
 (0)