Skip to content

Commit 478bc8d

Browse files
committed
install llvm/clang for windows ci run
Signed-off-by: Alexander Droste <[email protected]>
1 parent 9dcd6e4 commit 478bc8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,10 @@ jobs:
519519
shell: bash
520520
run: |
521521
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
522+
- name: Install LLVM / Clang (Windows)
523+
if: matrix.os == 'windows-x64'
524+
shell: bash
525+
run: choco install llvm -y
522526
- name: Setup Python (Windows)
523527
if: matrix.os == 'windows-x64'
524528
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)