ring/mk/install-build-tools.ps1
Brian Smith 508f5a3293 CI/CD: Use a GitHub-hosted copy of nasm instead of downloading it from nasm.us.
Downloading from nasm.us frequently fails. Avoid depending on it.

Change the expected location of nasm in build.rs.
2021-04-29 15:10:32 -07:00

7 lines
207 B
PowerShell

# TODO: Lock this down to a specific commit instead of always using the latest.
git clone `
--branch windows `
--depth 1 `
https://github.com/briansmith/ring-toolchain `
target/tools/windows