From c333b69ecc8e84a651db2c7cf579cf40259de3bb Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 12 Oct 2020 09:50:00 -0400 Subject: [PATCH] Maybe with powershell I get the path with $path not %path%? --- .ci/windows-steps.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/windows-steps.yaml b/.ci/windows-steps.yaml index e45fb26eb6..f86cf73d1d 100644 --- a/.ci/windows-steps.yaml +++ b/.ci/windows-steps.yaml @@ -164,8 +164,7 @@ steps: $env:INSTALL_VERSION = $env:MLPACK_VERSION; } # Build the MSI installer. - dir "C:\Program Files (x86)\" - set path="C:\Program Files (x86)\WiX Toolset v3.11\bin";%path% + set path="C:\Program Files (x86)\WiX Toolset v3.11\bin";$path cd dist\win-installer\mlpack-win-installer heat dir ..\staging -cg HeatGenerated