Skip to content

Commit b9aa4ad

Browse files
committed
CI: Add step to setup clang-cl
1 parent 2c9ccab commit b9aa4ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
with:
5757
platforms: all
5858

59+
- name: Setup LLVM for Windows ARM64
60+
if: ${{ matrix.buildplat[1] == 'win_arm64' }}
61+
uses: ./.github/windows_arm64_steps
62+
5963
- name: Build wheels (Default)
6064
uses: pypa/cibuildwheel@v3.1
6165
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')

0 commit comments

Comments
 (0)