From 1a9760b72bda9c988c24e4e67cfc5f68284e66ca Mon Sep 17 00:00:00 2001 From: James Date: Mon, 26 Jun 2023 11:55:37 +0800 Subject: [PATCH] Modifying the conditions of compilers on the x86 platform. Modifying the conditions of compilers on the x86 platform. --- .github/workflows/windows-x86.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-x86.yaml b/.github/workflows/windows-x86.yaml index 6ed029ca9..8133b6e87 100644 --- a/.github/workflows/windows-x86.yaml +++ b/.github/workflows/windows-x86.yaml @@ -33,7 +33,7 @@ permissions: jobs: windows_x86: - if: false # disable windows x86 CI for now + if: true runs-on: ${{ matrix.os }} name: ${{ matrix.vs-version }} strategy: