From 4f0622d928587850cd33d0984166dfee137b515c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Wed, 27 Sep 2023 12:10:34 +0200 Subject: [PATCH] Refs #18687. Try to fix windows ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8449a347..aeff1dc0 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -66,7 +66,7 @@ jobs: $modulepath = "$installpath\Common7\Tools\Microsoft.VisualStudio.DevShell.dll" Import-Module $modulepath Enter-VsDevShell -SetDefaultWindowTitle -InstallPath $installpath ` - -DevCmdArguments '/arch=x64 /host_arch=x64'; + -StartInPath (pwd) -DevCmdArguments '/arch=x64 /host_arch=x64'; $cargs = @("--event-handlers=console_direct+", ` "--metas", "./src/fastdds_python/.github/workflows/test.meta") colcon build --executor parallel $cargs