Skip to content

Commit

Permalink
Fix Windows armv7 build (#5224)
Browse files Browse the repository at this point in the history
Since latest Windows SDK dropped armv7 support, we skip the MSVC windows armv7 build on GitHub actions. There's still armv7 in llvm-mingw.
  • Loading branch information
CodingJellyfish authored Dec 19, 2024
1 parent f72d62c commit fe08205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
arch: [i686, x86_64, armv7, aarch64]
os: [windows-latest, ubuntu-latest]
exclude:
- arch: armv7
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fe08205

Please sign in to comment.