Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ jobs:
variant: ccache
evict-old-files: 1d

- name: Set up Clang
# Workaround for https://github.com/actions/runner-images/issues/12435
uses: egor-tensin/setup-clang@v1
with:
platform: ${{ matrix.arch }}

- name: Install Ninja
run: |
choco install ninja
Expand Down Expand Up @@ -328,6 +334,12 @@ jobs:
variant: ccache
evict-old-files: 1d

- name: Set up Clang
# Workaround for https://github.com/actions/runner-images/issues/12435
uses: egor-tensin/setup-clang@v1
with:
platform: ${{ matrix.arch }}

- name: Install Vulkan SDK
id: get_vulkan
if: ${{ matrix.backend == 'vulkan' }}
Expand Down