We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae6bc0 commit b4ac335Copy full SHA for b4ac335
1 file changed
.github/workflows/main.yml
@@ -60,7 +60,13 @@ jobs:
60
mingw-w64-x86_64-cc
61
make
62
63
+ - name: windows build sqlite-ai
64
+ if: matrix.name == 'windows'
65
+ run: make extension ${{ matrix.make && matrix.make || ''}}
66
+ shell: msys2 {0}
67
+
68
- name: build sqlite-ai
69
+ if: matrix.name != 'windows'
70
run: make extension ${{ matrix.make && matrix.make || ''}}
71
72
- name: windows install sqlite3
0 commit comments