diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2f82dd2a46..c2bd4881c2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: matrix: include: - vs: 2022 - vcvers: 10.0.22621.0 -vcvars_ver=14.2 + vcvers: -vcvars_ver=14.2 fail-fast: false runs-on: windows-${{ matrix.vs }} if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}