Skip to content

Commit 272777f

Browse files
committed
mimicking Scipy:5
1 parent 01ca2e2 commit 272777f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -OutFile LLVM-woa64.exe
9696
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
9797
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
9899
99100
# $env:VCPKG_ROOT = "C:\vcpkg"
100101
#git clone https://github.com/microsoft/vcpkg $env:VCPKG_ROOT

0 commit comments

Comments
 (0)