Skip to content

Commit

Permalink
Add x86-mingw32 to CI
Browse files Browse the repository at this point in the history
Even though GitHub Actions doesn't support x86-mingw32 as a runtime,
we can still build it to ensure it builds properly.
  • Loading branch information
stanhu authored and mudge committed Jul 30, 2023
1 parent 61956d4 commit 50a57b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/precompiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,11 @@ jobs:
plat:
- "aarch64-linux"
- "arm-linux"
- "arm64-darwin"
- "arm64-darwin" # github actions does not support this runtime as of 2022-12, but let's build anyway
- "x64-mingw-ucrt"
- "x64-mingw32"
- "x86-linux"
- "x86-mingw32" # github actions does not support this runtime as of 2022-12, but let's build anyway
- "x86_64-darwin"
- "x86_64-linux"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 50a57b2

Please sign in to comment.