Update build.yml

This commit is contained in:
Jay Lee
2022-01-14 20:18:50 -05:00
committed by GitHub
parent dd4841c82c
commit 303e32fe5d

View File

@@ -119,6 +119,7 @@ jobs:
- name: Install Python on Windows
if: matrix.os == 'windows-2022'
run: |
$Env:BUILD_PYTHON_VERSION = "3.10.1"
if ( ${Env:PLATFORM} -eq "x86_64" )
{
Set-Variable -name py_arch -value "-amd64"