fix: blst stuff is not happy on windows aarch64
This commit is contained in:
parent
2647e4aae6
commit
4b04517aba
|
@ -63,10 +63,10 @@ jobs:
|
||||||
platform: win32
|
platform: win32
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
platform: win32
|
# platform: win32
|
||||||
target: aarch64-pc-windows-msvc
|
# target: aarch64-pc-windows-msvc
|
||||||
arch: arm64
|
# arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue