Skip to content

Commit cd2fee9

Browse files
committed
no mounts on github build action docker
1 parent c17bbe8 commit cd2fee9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
submodules: 'recursive'
1919
- name: Get amrl_msgs
2020
run: |
21-
mkdir -p $HOME/roboracer_ros_ws/src
22-
cd $HOME/roboracer_ros_ws/src
21+
mkdir -p $HOME/roboracer_sim_ws/src
22+
cd $HOME/roboracer_sim_ws/src
2323
git clone -b master https://github.com/ut-amrl/amrl_msgs.git
2424
- name: Get amrl_maps
2525
run: |
26-
mkdir -p $HOME/roboracer_ros_ws/src
27-
cd $HOME/roboracer_ros_ws/src
26+
mkdir -p $HOME/roboracer_sim_ws/src
27+
cd $HOME/roboracer_sim_ws/src
2828
git clone -b ros2 https://github.com/ut-amrl/amrl_maps.git
2929
- name: Run build
3030
run: |

0 commit comments

Comments
 (0)