From 907ce50ba2f4fb3030747dbbd47ae3d580ecaf86 Mon Sep 17 00:00:00 2001 From: nulano Date: Thu, 7 Nov 2019 17:26:04 +0000 Subject: [PATCH] override distutils msvc search --- .github/workflows/test-windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 076fbddde..6419e0517 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -335,6 +335,8 @@ jobs: set LIB=%INCLIB%;%PYTHON%\tcl set INCLUDE=%INCLIB%;%GITHUB_WORKSPACE%\depends\tcl86\include;%INCLUDE% call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }} + set DISTUTILS_USE_SDK=1 + set py_vcruntime_redist=true %PYTHON%\python.exe setup.py build_ext install rem Add GhostScript and Raqm binaries (copied to INCLIB) to PATH. path %INCLIB%;%PATH%