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 01ca2e2 commit 272777fCopy full SHA for 272777f
.github/workflows/build-wheels.yaml
@@ -95,6 +95,7 @@ jobs:
95
Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -OutFile LLVM-woa64.exe
96
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
97
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
98
+ $env:PATH = "C:\Program Files\LLVM\bin;" + $env:PATH
99
100
# $env:VCPKG_ROOT = "C:\vcpkg"
101
#git clone https://github.com/microsoft/vcpkg $env:VCPKG_ROOT
0 commit comments