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 9c10c75Copy full SHA for 9c10c75
.github/workflows/release.yml
@@ -256,6 +256,12 @@ jobs:
256
variant: ccache
257
evict-old-files: 1d
258
259
+ - name: Set up Clang
260
+ # Workaround for https://github.com/actions/runner-images/issues/12435
261
+ uses: egor-tensin/setup-clang@v1
262
+ with:
263
+ platform: ${{ matrix.arch }}
264
+
265
- name: Install Ninja
266
run: |
267
choco install ninja
@@ -328,6 +334,12 @@ jobs:
328
334
329
335
330
336
337
338
339
340
341
342
331
343
- name: Install Vulkan SDK
332
344
id: get_vulkan
333
345
if: ${{ matrix.backend == 'vulkan' }}
0 commit comments