diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/internalCI.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 1af0bb97e..bfcb93b35 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -18,7 +18,7 @@ if (-not $?) { exit $? } ./vcpkg.exe install bond chakracore cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows if (-not $?) { exit $? } -./vcpkg.exe install opencv:x86-uwp +./vcpkg.exe install opencv:x86-uwp boost:x86-uwp if (-not $?) { exit $? } ./vcpkg.exe install folly:x64-windows |
