diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4584aa4c..21a5b369 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: fail-fast: false matrix: target_platform: [win32] - target_arch: [x64] + target_arch: [x64,ia32] steps: - name: Clone Main Repository uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2847339..ffec184e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: fail-fast: false matrix: target_platform: [win32] - target_arch: [x64] + target_arch: [x64,ia32] steps: - name: Clone Main Repository uses: actions/checkout@v4