Skip to content

Commit

Permalink
fix: try ia32 again with matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrcp committed Sep 22, 2023
1 parent 1f66b74 commit 269a4e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ on:

jobs:
publish:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
config:
- name: "Windows 32bit"
arch: ia32
- { os: windows-latest, arch: ia32, name: windows-latest-32 }

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 269a4e5

Please sign in to comment.