Skip to content

Commit

Permalink
Add back Windows ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Jun 19, 2024
1 parent 79a3aca commit 0a98766
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:

- os: windows-latest
target: x86_64-pc-windows-msvc
# ring fails to compile on aarch64-pc-windows-msvc for now
# https://github.com/briansmith/ring/issues/1614
# - os: windows-latest
# target: aarch64-pc-windows-msvc
- os: windows-latest
target: aarch64-pc-windows-msvc
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a98766

Please sign in to comment.