Update build.yml

This commit is contained in:
Jay Lee
2021-06-28 16:32:41 -04:00
committed by GitHub
parent d24925cd5f
commit 40daf38f80

View File

@@ -123,6 +123,7 @@ jobs:
if: matrix.os == 'windows-2019'
run: |
if ( $PLATFORM -eq "x86_64" )
{
Set-Variable -name py_arch -value "-amd64"
}
else