mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Removed unnecessary winsdk version
This commit is contained in:
parent
051e5f54cc
commit
8eadf30cf4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- vs: 2022
|
- vs: 2022
|
||||||
vcvers: 10.0.22621.0 -vcvars_ver=14.2
|
vcvers: -vcvars_ver=14.2
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: windows-${{ matrix.vs }}
|
runs-on: windows-${{ matrix.vs }}
|
||||||
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue