Skip to content

Commit dc66315

Browse files
committed
Update azure-pipelines-samples.yml for Azure Pipelines
1 parent 67c6e73 commit dc66315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
displayName: 'Install the win 10 sdk v18362 if necessary'
6969
inputs:
7070
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 }
71+
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 }
7272

7373
- task: PowerShell@1
7474
displayName: OpenCV - Configure CMake

0 commit comments

Comments
 (0)