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
* add nasm support for windows-msvc
This will automatically detect whether nasm.exe is installed and
try to enable the assembly language routines. These can also be
disabled by set the `OPENSSL_RUST_NO_NASM` environment variable to
a non-zero value.
* don't use '>> $GITHUB_ENV' to overwrite PATH
* remove the windows check in CI
* give user more control on the env var
* add env var in CI, less acceptable values for env var
* fix path format for using bash on windows
* 'OPENSSL_RUST_USE_NASM' env var only accept 0 or 1
0 commit comments