Skip to content

Commit 5e1170c

Browse files
authored
test6
1 parent 23fd5f7 commit 5e1170c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
name: llama-bin-ubuntu-vulkan-x64.zip
236236

237237
windows-cpu:
238-
runs-on: windows-2022
238+
runs-on: windows-2025
239239

240240
strategy:
241241
matrix:
@@ -256,6 +256,12 @@ jobs:
256256
variant: ccache
257257
evict-old-files: 1d
258258

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+
259265
- name: Install Ninja
260266
run: |
261267
choco install ninja

0 commit comments

Comments
 (0)