Skip to content

Commit

Permalink
ci: missing action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 1, 2024
1 parent 9b6e9d6 commit 08d5413
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 @@ -33,11 +33,12 @@ jobs:
container:
image: ${{ matrix.docker_image }}
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distro }}
- run: |
echo -e "- git:\n local-name: rtabmap\n uri: https://github.com/introlab/rtabmap.git\n version: master" > /tmp/deps.repos
echo -e "- git:\n local-name: rtabmap\n uri: https://github.com/introlab/rtabmap.git\n version: master\n" > /tmp/deps.repos
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: rtabmap_ros
Expand Down

0 comments on commit 08d5413

Please sign in to comment.