Skip to content

Commit

Permalink
fix: blst stuff is not happy on windows aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Dec 5, 2023
1 parent 2647e4a commit 4b04517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b04517

Please sign in to comment.