From 98eb34b8ebaac77f24482d60ea2ed2fc66a87170 Mon Sep 17 00:00:00 2001 From: MaximilienNaveau <maximilien.naveau@gmail.com> Date: Sat, 11 Dec 2021 12:20:32 +0100 Subject: [PATCH] [update CI] remove the sot-core source --- .github/workflows/ci_ubuntu20_04_foxy_ros2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml index 59527d3..b1fe978 100644 --- a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml +++ b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml @@ -49,7 +49,6 @@ jobs: cd $ROS_WORKSPACE/src ln -s /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge . git clone -b devel --single-branch --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git - git clone -b devel --single-branch --recursive https://github.com/stack-of-tasks/sot-core.git # # Build dep and checkout from source. -- GitLab