Skip to content

Commit dd57b15

Browse files
committed
fixing build tests
1 parent 41e9f9e commit dd57b15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
options: --user root
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
submodules: 'recursive'
1919
- name: Get amrl_msgs
2020
run: |
2121
mkdir -p $HOME/roboracer_ros_ws/src
2222
cd $HOME/roboracer_ros_ws/src
23-
git clone -b ros2 git@github.com:ut-amrl/amrl_msgs.git
23+
git clone -b ros2 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 git@github.com:ut-amrl/amrl_maps.git
28+
git clone -b master 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)