diff --git a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml index b6df9b6ce5b761ab8eacfffba7fe0a9c965adfd3..17cef6bf07e7dffbdc6e22cae9949f868e5c8bea 100644 --- a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml +++ b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml @@ -26,6 +26,12 @@ jobs: with: required-ros-distributions: foxy + # + # Setup the machines and build environment + # + - name: Setup laas packages. + uses: machines-in-motion/mim_github_actions/setup_laas_packages@main + # # Checkout the current branch # @@ -43,7 +49,8 @@ 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. #