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 1c342be commit 3de21a1Copy full SHA for 3de21a1
1 file changed
.github/workflows/cibuildwheel.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install LLVM 18 on Windows
26
if: runner.os == 'Windows'
27
run: |
28
- choco install llvm --version=18.1.8 -y
+ choco install llvm --version=18.1.8 -y --force
29
echo "C:\Program Files\LLVM\bin" >> $env:GITHUB_PATH
30
# This is crazy slow. We'll need to wait for arm Linux
31
# runners.
0 commit comments