Skip to content

Commit bc6cfe3

Browse files
authored
build: fix CI (#389)
1 parent 97abbca commit bc6cfe3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,8 @@ jobs:
9090
name: llama.cpp
9191
path: llama
9292

93-
- name: Install dependencies on Windows for x64
94-
if: matrix.config.name == 'Windows for x64'
95-
run: |
96-
choco install ninja cmake
97-
9893
- name: Install dependencies on Windows
99-
if: matrix.config.name == 'Windows for Arm'
94+
if: startsWith(matrix.config.os, 'windows')
10095
run: |
10196
choco install cmake.install --version=3.31.1
10297
choco install cmake --version=3.31.1

0 commit comments

Comments
 (0)