Skip to content

Commit 50484eb

Browse files
authored
test
1 parent f667f1e commit 50484eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ jobs:
256256
variant: ccache
257257
evict-old-files: 1d
258258

259+
- name: Install Clang
260+
run: |
261+
choco install llvm
262+
259263
- name: Install Ninja
260264
run: |
261265
choco install ninja
@@ -328,6 +332,10 @@ jobs:
328332
variant: ccache
329333
evict-old-files: 1d
330334

335+
- name: Install Clang
336+
run: |
337+
choco install llvm
338+
331339
- name: Install Vulkan SDK
332340
id: get_vulkan
333341
if: ${{ matrix.backend == 'vulkan' }}

0 commit comments

Comments
 (0)