File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 55 strategy :
66 fail-fast : false
77 matrix :
8- os : [ubuntu-latest, macos -latest]
8+ os : [windows -latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
1111 - uses : actions/checkout@v6
1212 - uses : ankane/setup-postgres@v1
1313 with :
1414 database : pgvector_cpp_test
1515 dev-files : true
16- - run : |
17- cd /tmp
16+ run : |
17+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
18+ cd %TEMP%
1819 git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
1920 cd pgvector
20- make
21- sudo make install
21+ nmake /NOLOGO /F Makefile.win
22+ nmake /NOLOGO /F Makefile.win install
2223
2324 - run : cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=20
2425 - run : cmake --build build
You can’t perform that action at this time.
0 commit comments