fix: blst stuff is not happy on windows aarch64

This commit is contained in:
rvcas 2023-12-04 22:29:23 -05:00
parent 2647e4aae6
commit 4b04517aba
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 4 deletions

View File

@ -63,10 +63,10 @@ jobs:
platform: win32
target: x86_64-pc-windows-msvc
arch: amd64
- os: windows-latest
platform: win32
target: aarch64-pc-windows-msvc
arch: arm64
# - os: windows-latest
# platform: win32
# target: aarch64-pc-windows-msvc
# arch: arm64
steps:
- name: Checkout