We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa0b48 commit 9b603f9Copy full SHA for 9b603f9
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
cd pgvector
21
nmake /NOLOGO /F Makefile.win
22
nmake /NOLOGO /F Makefile.win install
23
+ shell: cmd
24
25
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=20
26
- run: cmake --build build
0 commit comments