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 23fd5f7 commit 5e1170cCopy full SHA for 5e1170c
.github/workflows/release.yml
@@ -235,7 +235,7 @@ jobs:
235
name: llama-bin-ubuntu-vulkan-x64.zip
236
237
windows-cpu:
238
- runs-on: windows-2022
+ runs-on: windows-2025
239
240
strategy:
241
matrix:
@@ -256,6 +256,12 @@ jobs:
256
variant: ccache
257
evict-old-files: 1d
258
259
+ - name: debug list files
260
+ shell: cmd
261
+ run: |
262
+ cd /d "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\"
263
+ dir /s libomp*
264
+
265
- name: Install Ninja
266
run: |
267
choco install ninja
0 commit comments