Skip to content

Commit ee0bd95

Browse files
committed
Use older LLVM
1 parent f35d856 commit ee0bd95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
with:
4444
arch: x64
4545

46-
- name: Setup LLVM 18.1.8
47-
uses: egor-tensin/setup-clang@v1.4
46+
- name: Install older LLVM on Windows
47+
uses: KyleMayes/install-llvm-action@v2
4848
if: runner.os == 'Windows'
4949
with:
5050
version: 18.1.8
51-
platform: x64
5251

5352
- name: Install cibuildwheel
5453
run: |

0 commit comments

Comments
 (0)