Remove MSVC build for arm64 by now

It attempts to link against the wrong (x86) Python libs.
This commit is contained in:
Joerg Wunsch
2024-03-18 22:09:27 +01:00
parent 858c3f696c
commit 984eb922b2

View File

@@ -249,7 +249,7 @@ jobs:
include:
- { arch: x86, platform: Win32 }
- { arch: x64, platform: x64 }
- { arch: arm64, platform: ARM64 }
# - { arch: arm64, platform: ARM64 }
steps:
- uses: actions/checkout@v3
- name: Install prerequisites