updated github ci

This commit is contained in:
Ruixiang Du
2021-04-08 11:46:52 +08:00
parent 0dc1e35725
commit f04bab6f0b
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,6 @@ jobs:
- name: Create catkin workspace
run: mkdir -p /catkin_ws/src && cd /catkin_ws/src && /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; catkin_init_workspace"
- name: Copy code to catkin workspace
run: cd /catkin_ws/src && git clone --recursive https://github.com/westonrobot/ugv_sdk
run: cd /catkin_ws/src && git clone https://github.com/westonrobot/async_port.git && git clone -b v2.x https://github.com/westonrobot/ugv_sdk.git
- name: Run catkin_make
run: cd /catkin_ws && /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; catkin_make"