Skip to content

Commit 41e9f9e

Browse files
committed
fixing build actions
1 parent e292ce3 commit 41e9f9e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/buildTest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +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
24-
cd amrl_msgs
25-
make
23+
git clone -b ros2 git@github.com:ut-amrl/amrl_msgs.git
2624
- name: Get amrl_maps
2725
run: |
2826
mkdir -p $HOME/roboracer_ros_ws/src
2927
cd $HOME/roboracer_ros_ws/src
30-
git clone -b master https://github.com/ut-amrl/amrl_maps.git
28+
git clone -b master git@github.com:ut-amrl/amrl_maps.git
3129
- name: Run build
3230
run: |
3331
cd $HOME/roboracer_ros_ws

0 commit comments

Comments
 (0)