You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add LLVM to PATH for Windows ARM64 release builds (#487)
The ring crate requires clang for building on Windows ARM64 targets.
Add Visual Studio's bundled LLVM/clang to PATH for the aarch64-pc-windows-msvc
target in the release workflow.
Reference: https://github.com/briansmith/ring/blob/main/BUILDING.md
Co-authored-by: Droid Agent <droid@factory.ai>
0 commit comments