From 70a1a8362a6041f5be74cd7ed3a5271ef368220b Mon Sep 17 00:00:00 2001 From: John Wason Date: Fri, 29 Nov 2024 20:21:43 -0500 Subject: [PATCH] Use MSVC 2022 vsdevcmd --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index fa4106d8..6eaf9632 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -223,7 +223,7 @@ jobs: working-directory: ws shell: cmd run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 + call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 set CXXFLAGS=%CXXFLAGS% -DEIGEN_DONT_ALIGN=1 -DEIGEN_DONT_VECTORIZE=1 set CMAKE_PREFIX_PATH=%GITHUB_WORKSPACE%\vcpkg\installed\${{ matrix.config.vcpkg_triplet }} set PATH=%PATH%;%GITHUB_WORKSPACE%\vcpkg\installed\${{ matrix.config.vcpkg_triplet }}\bin