Skip to content

Commit 3de21a1

Browse files
committed
Upd workflow
1 parent 1c342be commit 3de21a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install LLVM 18 on Windows
2626
if: runner.os == 'Windows'
2727
run: |
28-
choco install llvm --version=18.1.8 -y
28+
choco install llvm --version=18.1.8 -y --force
2929
echo "C:\Program Files\LLVM\bin" >> $env:GITHUB_PATH
3030
# This is crazy slow. We'll need to wait for arm Linux
3131
# runners.

0 commit comments

Comments
 (0)