From 8a3a6409f26387a49a6d7f0146f0c79d39480fab Mon Sep 17 00:00:00 2001 From: xuxusheng Date: Wed, 26 Jul 2023 17:49:35 +0800 Subject: [PATCH] enable more platform --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9295285d5..f2258a84e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -597,7 +597,7 @@ jobs: # ============================================================================ clang-cl: - if: ${{ false }} + if: ${{ true }} runs-on: windows-latest name: "Clang-Cl • x64" steps: @@ -690,7 +690,7 @@ jobs: # ============================================================================ mingw64: - if: ${{ false }} + if: ${{ true }} runs-on: windows-2022 strategy: fail-fast: false @@ -779,7 +779,7 @@ jobs: # ============================================================================ msys2: - if: ${{ false }} + if: ${{ true }} runs-on: windows-latest strategy: fail-fast: false @@ -928,7 +928,7 @@ jobs: # ============================================================================ cygwin: - if: ${{ false }} + if: ${{ true }} runs-on: windows-latest name: "Cygwin • x64" env: