From 12d723c9f693e7d4268e4cd10880c3ec07b37ae7 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 28 Feb 2024 21:35:05 +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 7db047f..4bb17ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,8 @@ jobs: resolve-robotics-uri-py package://ergoCub/robots/ergoCubSN000/model.urdf resolve-robotics-uri-py package://moveit_resources_panda_description/urdf/panda.urdf ! resolve-robotics-uri-py package://this/file/does/not/exist - # Check that schema-less absolue paths are found (we use `which echo`) to get an arbitrary executable absolute path - resolve-robotics-uri-py `which echo` + # Check that schema-less absolute paths are found (we use `which git`) to get an arbitrary executable absolute path + resolve-robotics-uri-py `which git` ! resolve-robotics-uri-py /this/is/not/an/existing/absolute/path