There was an error while loading. Please reload this page.
1 parent c17bbe8 commit cd2fee9Copy full SHA for cd2fee9
1 file changed
.github/workflows/buildTest.yml
@@ -18,13 +18,13 @@ jobs:
18
submodules: 'recursive'
19
- name: Get amrl_msgs
20
run: |
21
- mkdir -p $HOME/roboracer_ros_ws/src
22
- cd $HOME/roboracer_ros_ws/src
+ mkdir -p $HOME/roboracer_sim_ws/src
+ cd $HOME/roboracer_sim_ws/src
23
git clone -b master https://github.com/ut-amrl/amrl_msgs.git
24
- name: Get amrl_maps
25
26
27
28
git clone -b ros2 https://github.com/ut-amrl/amrl_maps.git
29
- name: Run build
30
0 commit comments