File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - name : Install pgvector
1111 run : |
12- call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
12+ call "C:\Program Files\Microsoft Visual Studio\18 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
1313 cd %TEMP%
1414 git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
1515 cd pgvector
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.git
4242` ` ` yml
4343 - name: Install pgvector
4444 run: |
45- call "C:\P rogram Files\M icrosoft Visual Studio\2 022 \E nterprise\V C\A uxiliary\B uild\v cvars64.bat"
45+ call "C:\P rogram Files\M icrosoft Visual Studio\1 8 \E nterprise\V C\A uxiliary\B uild\v cvars64.bat"
4646 cd %TEMP%
4747 git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
4848 cd pgvector
@@ -51,6 +51,8 @@ See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.git
5151 shell: cmd
5252` ` `
5353
54+ Note : Use `C:\Program Files\Microsoft Visual Studio\2022` for `windows-2022`
55+
5456See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.github/workflows/step-windows.yml)
5557
5658# ## Service
You can’t perform that action at this time.
0 commit comments