Skip to content

Commit f1e046c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
versionSpec: '5.11.0'
6666

6767
- task: PowerShell@2
68-
displayName: 'Install the win 10 sdk v18362 if necessary'
68+
displayName: 'Install the win 10 sdk v19041 if necessary'
6969
inputs:
7070
targetType: inline
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 }
71+
script: choco install windows-sdk-10-version-2004-all -y
7272

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

0 commit comments

Comments
 (0)