Removed unnecessary winsdk version

This commit is contained in:
Hiroshi SHIBATA 2025-06-25 12:29:06 +09:00
parent 051e5f54cc
commit 8eadf30cf4

View file

@ -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') }}