Skip to content

Commit

Permalink
try building i686-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Jul 24, 2023
1 parent 1ea2ff7 commit 2dd70cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,24 @@ jobs:
# Windows tests
windows:
strategy:
fail-fast: false
matrix:
include:
# 64-bit Windows (GNU)
- target: x86_64-pc-windows-gnu
toolchain: 1.43.0 # MSRV
msystem: MINGW64
- target: x86_64-pc-windows-gnu
toolchain: stable
msystem: MINGW64
# 32-bit Windows (GNU)
- target: i686-pc-windows-gnu
toolchain: 1.43.0 # MSRV
msystem: MINGW32
- target: i686-pc-windows-gnu
toolchain: stable
msystem: MINGW32


runs-on: windows-latest
steps:
Expand All @@ -84,7 +95,12 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
pacboy: cc:p
path-type: inherit
- run: cargo test --target ${{ matrix.target }} --release
shell: msys2 {0}

# Cross-compiled tests
cross:
Expand Down

0 comments on commit 2dd70cc

Please sign in to comment.