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