Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 1, 2024
1 parent 3b00ff2 commit 2127a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
required-ros-distributions: ${{ matrix.ros_distro }}
- run: |
echo -e "repositories:\n rtabmap:\n type: git\n url: https://github.com/introlab/rtabmap.git\n version: master\n" > /tmp/deps.repos
echo -e "repositories:\n introlab/rtabmap:\n type: git\n url: https://github.com/introlab/rtabmap.git\n version: master\n" > /tmp/deps.repos \
cat /tmp/deps.repos
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: rtabmap_ros
Expand Down

0 comments on commit 2127a17

Please sign in to comment.