Skip to content

Commit

Permalink
Re-enable Windows ARM64.
Browse files Browse the repository at this point in the history
  • Loading branch information
henricj committed Mar 8, 2024
1 parent 911e65c commit 4cd1bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
platform: x86
arch: amd64_x86
preset: windows-x86-release
# - name: Windows ARM64
# platform: arm64
# arch: amd64_arm64
# preset: windows-arm64-release
- name: Windows ARM64
platform: arm64
arch: amd64_arm64
preset: windows-arm64-release
steps:
- name: Fetch repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 4cd1bd9

Please sign in to comment.