Skip to content

Commit ecbc486

Browse files
Try fixing github action
Signed-off-by: Basti <[email protected]>
1 parent 1ae228d commit ecbc486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git clone https://github.com/PX4/px4_msgs.git -b master src/px4_msgs
3434
- name: Build package
3535
run: |
36-
cd ~/colcon_ws/src/px4_ros_com/scripts
36+
cd ~/colcon_ws/src/px4_ros_com/px4_ros_com/scripts
3737
./build_ros2_workspace.bash --verbose --no_ros1_bridge --ros_distro ${{ matrix.ros2_distro }} --ros_path /opt/ros/${{ matrix.ros2_distro }}/setup.bash
3838
# - name: Build PX4 Firmware
3939
# run: |

0 commit comments

Comments
 (0)