diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/internalCI.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 881eb3eae..151b664b8 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -21,5 +21,5 @@ if (-not $?) { throw $? } ./vcpkg.exe install opencv:x86-uwp boost:x86-uwp if (-not $?) { throw $? } -./vcpkg.exe install folly:x64-windows -if (-not $?) { throw $? } +# ./vcpkg.exe install folly:x64-windows +# if (-not $?) { throw $? } |
