Skip to content

Commit 3d5bd91

Browse files
authored
test2
1 parent 50484eb commit 3d5bd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258

259259
- name: Install Clang
260260
run: |
261-
choco install llvm
261+
choco install llvm --version=19.1.7
262262
263263
- name: Install Ninja
264264
run: |
@@ -334,7 +334,7 @@ jobs:
334334

335335
- name: Install Clang
336336
run: |
337-
choco install llvm
337+
choco install llvm --version=19.1.7
338338
339339
- name: Install Vulkan SDK
340340
id: get_vulkan

0 commit comments

Comments
 (0)