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 f667f1e commit 50484ebCopy full SHA for 50484eb
.github/workflows/release.yml
@@ -256,6 +256,10 @@ jobs:
256
variant: ccache
257
evict-old-files: 1d
258
259
+ - name: Install Clang
260
+ run: |
261
+ choco install llvm
262
+
263
- name: Install Ninja
264
run: |
265
choco install ninja
@@ -328,6 +332,10 @@ jobs:
328
332
329
333
330
334
335
336
337
338
331
339
- name: Install Vulkan SDK
340
id: get_vulkan
341
if: ${{ matrix.backend == 'vulkan' }}
0 commit comments