We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97abbca commit bc6cfe3Copy full SHA for bc6cfe3
.github/workflows/build.yml
@@ -90,13 +90,8 @@ jobs:
90
name: llama.cpp
91
path: llama
92
93
- - name: Install dependencies on Windows for x64
94
- if: matrix.config.name == 'Windows for x64'
95
- run: |
96
- choco install ninja cmake
97
-
98
- name: Install dependencies on Windows
99
- if: matrix.config.name == 'Windows for Arm'
+ if: startsWith(matrix.config.os, 'windows')
100
run: |
101
choco install cmake.install --version=3.31.1
102
choco install cmake --version=3.31.1
0 commit comments