Skip to content

Commit 258194a

Browse files
author
Daniele Briggi
committed
fix(windows): missing git
1 parent 794315b commit 258194a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
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
@@ -97,7 +93,7 @@ jobs:
9793

9894
- name: windows install sqlite3
9995
if: matrix.os == 'windows-latest'
100-
run: choco install sqlite -y
96+
run: choco install -y sqlite git.install
10197

10298
- name: macos install sqlite3 without SQLITE_OMIT_LOAD_EXTENSION
10399
if: matrix.name == 'macos'

0 commit comments

Comments
 (0)