diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-25 12:29:06 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-25 13:28:38 +0900 |
| commit | 8eadf30cf464e040f95f9d11b832b35a96afea99 (patch) | |
| tree | cd41ecd4e5163d5878b6b2220712c3477804b5c4 | |
| parent | 051e5f54ccaef1721796252af259530b82c44211 (diff) | |
Removed unnecessary winsdk version
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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') }} |
