aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/internalCI.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1
index 1b41a77d9..1af0bb97e 100644
--- a/scripts/internalCI.ps1
+++ b/scripts/internalCI.ps1
@@ -20,3 +20,6 @@ if (-not $?) { exit $? }
./vcpkg.exe install opencv:x86-uwp
if (-not $?) { exit $? }
+
+./vcpkg.exe install folly:x64-windows
+if (-not $?) { exit $? }