Skip to content

Commit f5366df

Browse files
fix(build-colcon): check depends.rosinstall at project level
1 parent fd3a2d2 commit f5366df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-colcon-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
set -e
6969
set -x
7070
cd ${GITHUB_WORKSPACE}/${{ inputs.workspace-dir }}
71-
if [[ -f "${DEP_PATH}/depends.rosinstall" && "${ROS_DISTRO}" == "humble" ]]
71+
if [[ -f "src/${{ github.repository }}/depends.rosinstall" && "${ROS_DISTRO}" == "humble" ]]
7272
then
7373
wstool init src
7474
wstool merge -t src src/${{ github.repository }}/depends.rosinstall -y

0 commit comments

Comments
 (0)