Skip to content
Snippets Groups Projects
Commit 644bdcfb authored by Maximilien Naveau's avatar Maximilien Naveau Committed by Olivier Stasse
Browse files

[CI update] install the robotpkg binaries

parent d563f655
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,12 @@ jobs: ...@@ -26,6 +26,12 @@ jobs:
with: with:
required-ros-distributions: foxy 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 # Checkout the current branch
# #
...@@ -43,7 +49,8 @@ jobs: ...@@ -43,7 +49,8 @@ jobs:
cd $ROS_WORKSPACE/src cd $ROS_WORKSPACE/src
ln -s /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge . 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/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. # Build dep and checkout from source.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment