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 9dcd6e4 commit 478bc8dCopy full SHA for 478bc8d
.github/workflows/ci.yml
@@ -519,6 +519,10 @@ jobs:
519
shell: bash
520
run: |
521
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
526
- name: Setup Python (Windows)
527
if: matrix.os == 'windows-x64'
528
uses: actions/setup-python@v5
0 commit comments