From 0c6ce000b70e10852f8dd6eab44abfec6f9f43d3 Mon Sep 17 00:00:00 2001 From: Roelf-Jilling Date: Sat, 17 Nov 2018 20:51:36 +0100 Subject: [PATCH] fix missing bracket --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a03328f..7cd46c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,7 @@ install: # Workaround for lld bug with vcpkg integration if ($env:USE_TOOLSET -eq "LLVM") { if ( - Get-Content C:\Tools\vcpkg\toolsrc\VERSION.txt).Replace('.','').Trim('"') -lt 20181020 + (Get-Content C:\Tools\vcpkg\toolsrc\VERSION.txt).Replace('.','').Trim('"') -lt 20181020 ) { echo "Updating vcpkg..." cd C:\Tools\vcpkg