From 18d5929c566aba7dc5731d23a007baaae70e8e59 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 29 Oct 2024 23:31:54 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a2b4aeb..b871c81c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -427,7 +427,7 @@ jobs: # Make sure that YARP's dll are in the path in case some repos use a code generator # in their build that uses YARP's dll # https://github.com/robotology/robotology-superbuild/pull/1547#issuecomment-2278151057 - source ./install/share/robotology-superbuild/setup.sh + source /c/robotology/robotology/share/robotology-superbuild/setup.sh cmake --build . --config Release # Cleanup build directories to avoid to fill the disk rm -rf ./robotology @@ -443,7 +443,7 @@ jobs: # Make sure that YARP's dll are in the path in case some repos use a code generator # in their build that uses YARP's dll # https://github.com/robotology/robotology-superbuild/pull/1547#issuecomment-2278151057 - source ./install/share/robotology-superbuild/setup.sh + source /c/robotology/robotology/share/robotology-superbuild/setup.sh cmake --build . --config Debug # Cleanup build directories to avoid to fill the disk rm -rf ./robotology