Skip to content

Commit fa785f6

Browse files
committed
fixing build tests
1 parent dd57b15 commit fa785f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
run: |
2121
mkdir -p $HOME/roboracer_ros_ws/src
2222
cd $HOME/roboracer_ros_ws/src
23-
git clone -b ros2 https://github.com/ut-amrl/amrl_msgs.git
23+
git clone -b master https://github.com/ut-amrl/amrl_msgs.git
2424
- name: Get amrl_maps
2525
run: |
2626
mkdir -p $HOME/roboracer_ros_ws/src
2727
cd $HOME/roboracer_ros_ws/src
28-
git clone -b master https://github.com/ut-amrl/amrl_maps.git
28+
git clone -b ros2 https://github.com/ut-amrl/amrl_maps.git
2929
- name: Run build
3030
run: |
3131
cd $HOME/roboracer_ros_ws

0 commit comments

Comments
 (0)