File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1919 arch : x86_64
2020 name : linux-vulkan
2121 make : LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22- - os : LinuxARM64
23- arch : arm64
24- name : linux-vulkan
25- make : LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
2622 - os : macos-latest
2723 name : macos
2824 - os : windows-latest
8682 echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
8783 echo "VK_ADD_LAYER_PATH=$VK_ADD_LAYER_PATH" >> $GITHUB_ENV
8884
85+ - name : windows install dependencies
86+ if : matrix.os == 'windows-latest'
87+ run : |
88+ choco install -y --no-progress sqlite
89+ # Add Git to PATH for CMake to find it
90+ echo "C:/Program Files/Git/bin" >> $GITHUB_PATH
91+
8992 - name : windows build sqlite-ai
9093 if : matrix.name == 'windows'
9194 run : make extension ${{ matrix.make && matrix.make || ''}}
9598 if : matrix.name != 'windows'
9699 run : make extension ${{ matrix.make && matrix.make || ''}}
97100
98- - name : windows install sqlite3
99- if : matrix.os == 'windows-latest'
100- run : choco install sqlite -y
101-
102101 - name : macos install sqlite3 without SQLITE_OMIT_LOAD_EXTENSION
103102 if : matrix.name == 'macos'
104103 run : brew link sqlite --force
You can’t perform that action at this time.
0 commit comments