Skip to content

Commit

Permalink
Reinstate win x86/arm64 builds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 11, 2024
1 parent 6bd7bb3 commit 3b1f4e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
windows_compile:
strategy:
matrix:
# arch: [[x64, x64], [x86, x86], [amd64_arm64, arm64]]
arch: [[x64, x64]]
arch: [[x64, x64], [x86, x86], [amd64_arm64, arm64]]
runs-on: windows-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 3b1f4e2

Please sign in to comment.