We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c6e73 commit dc66315Copy full SHA for dc66315
azure-pipelines-samples.yml
@@ -68,7 +68,7 @@ jobs:
68
displayName: 'Install the win 10 sdk v18362 if necessary'
69
inputs:
70
targetType: inline
71
- script: if (-not (Test-Path "${ENV:programfiles(x86)}\windows Kits\10\include\10.0.18362.0\")) { choco install windows-sdk-10-version-1903-all -y }
+ script: if (-not (Test-Path "${ENV:programfiles(x86)}\windows Kits\10\include\10.0.19041.0\")) { choco install windows-sdk-10-version-2004-all -y }
72
73
- task: PowerShell@1
74
displayName: OpenCV - Configure CMake
0 commit comments