Skip to content

Commit

Permalink
Testing if x64 works first
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 10, 2024
1 parent ed80083 commit 2d61989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
windows_compile:
strategy:
matrix:
arch: [[x64, x64], [x86, x86], [amd64_arm64, arm64]]
# arch: [[x64, x64], [x86, x86], [amd64_arm64, arm64]]
arch: [[x64, x64]]
runs-on: windows-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 2d61989

Please sign in to comment.