Skip to content

Commit c17bbe8

Browse files
committed
fix build
1 parent fa785f6 commit c17bbe8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/buildTest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
git clone -b ros2 https://github.com/ut-amrl/amrl_maps.git
2929
- name: Run build
3030
run: |
31-
cd $HOME/roboracer_ros_ws
31+
cd $HOME/roboracer_sim_ws
32+
source /opt/ros/humble/setup.bash
33+
source $HOME/roboracer_sim_ws/install/setup.bash
3234
colcon build --cmake-args -DCMAKE_BUILD_MODE="Software"

0 commit comments

Comments
 (0)