diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 712af0b..5a36c57 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -47,6 +47,10 @@ jobs: - name: Set VSDev RC (windows only) if: runner.os == 'Windows' run: | + choco install -y llvm --params "clang;compiler=clang" --version 18.1.0 + $env:PATH = "C:\Program Files\LLVM\bin;$env:PATH" + clang --version + function Invoke-VSDevEnvironment { $vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" $installationPath = & $vswhere -prerelease -legacy -latest -property installationPath