Skip to content

Commit

Permalink
CI: enable across all env in mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Nov 9, 2023
1 parent 18f97ae commit 5f958ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jobs:
matrix:
include:
- { sys: mingw64, env: x86_64 }
# - { sys: mingw32, env: i686 }
# - { sys: ucrt64, env: ucrt-x86_64 }
# - { sys: clang64, env: clang-x86_64 }
- { sys: mingw32, env: i686 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang64, env: clang-x86_64 }
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5f958ea

Please sign in to comment.