Skip to content

Commit

Permalink
enable more platform
Browse files Browse the repository at this point in the history
  • Loading branch information
donghufeng committed Jul 26, 2023
1 parent 571ce77 commit 8a3a640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ jobs:
# ============================================================================

clang-cl:
if: ${{ false }}
if: ${{ true }}
runs-on: windows-latest
name: "Clang-Cl • x64"
steps:
Expand Down Expand Up @@ -690,7 +690,7 @@ jobs:
# ============================================================================

mingw64:
if: ${{ false }}
if: ${{ true }}
runs-on: windows-2022
strategy:
fail-fast: false
Expand Down Expand Up @@ -779,7 +779,7 @@ jobs:
# ============================================================================

msys2:
if: ${{ false }}
if: ${{ true }}
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -928,7 +928,7 @@ jobs:
# ============================================================================

cygwin:
if: ${{ false }}
if: ${{ true }}
runs-on: windows-latest
name: "Cygwin • x64"
env:
Expand Down

0 comments on commit 8a3a640

Please sign in to comment.