Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Jun 6, 2024
1 parent bc4a4ca commit e0870cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0870cd

Please sign in to comment.