Skip to content

Commit

Permalink
fix: try run win 32 bit in pipeline 4
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrcp committed Sep 22, 2023
1 parent 4917d0c commit c543ce9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ on:
jobs:
publish:
runs-on: windows-latest
arch: x86

strategy:
fail-fast: false
matrix:
config:
- name: "Windows 32bit"
arch: x86

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

0 comments on commit c543ce9

Please sign in to comment.