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): install cmake and nasm for aws-lc-sys on Windows (#4032)
## Description
aws-lc-sys requires cmake and NASM to build on Windows MSVC targets.
This adds a choco install step to both Windows CI jobs and ensure the
installed binaries are on PATH.
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.
0 commit comments