Skip to content

Commit

Permalink
use checkout action to make .rosinstall available to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuebel committed Aug 29, 2024
1 parent 9e7f95c commit 0345571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
# avoid long installation times
image: moveit/moveit:noetic-release
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: noetic
- uses: ros-tooling/[email protected]
with:
package-name: lbrmed_bringup lbrmed_control lbrmed_description lbrmed_hw_fri lbrmed_moveit_config lbrmed_msgs
target-ros1-distro: noetic
vcs-repo-file-url: ../.rosinstall
vcs-repo-file-url: .rosinstall

# build:
# needs: setup
Expand Down

0 comments on commit 0345571

Please sign in to comment.