Skip to content

Commit 9c10c75

Browse files
authored
workaround for flapping clang version in windows-latest
1 parent f667f1e commit 9c10c75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

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

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+
259265
- name: Install Ninja
260266
run: |
261267
choco install ninja
@@ -328,6 +334,12 @@ jobs:
328334
variant: ccache
329335
evict-old-files: 1d
330336

337+
- name: Set up Clang
338+
# Workaround for https://github.com/actions/runner-images/issues/12435
339+
uses: egor-tensin/setup-clang@v1
340+
with:
341+
platform: ${{ matrix.arch }}
342+
331343
- name: Install Vulkan SDK
332344
id: get_vulkan
333345
if: ${{ matrix.backend == 'vulkan' }}

0 commit comments

Comments
 (0)