Skip to content

Commit

Permalink
Remove MSVC build for arm64 by now
Browse files Browse the repository at this point in the history
It attempts to link against the wrong (x86) Python libs.
  • Loading branch information
dl8dtl committed Mar 18, 2024
1 parent 858c3f6 commit 984eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 984eb92

Please sign in to comment.