Skip to content

Commit

Permalink
Add clearpath-package-server
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Apr 11, 2024
1 parent 1c9679b commit 148d5f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: clearpath-package-server
run: |
cat /home/runner/work/clearpath_robot/clearpath_robot/ros.key
sudo apt install wget
wget https://packages.clearpathrobotics.com/public.key -O - | sudo apt-key add -
sudo sh -c 'echo "deb https://packages.clearpathrobotics.com/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/clearpath-latest.list'
sudo apt-get update
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: humble

package-name: |
clearpath_diagnostics
clearpath_generator_robot
Expand Down

0 comments on commit 148d5f4

Please sign in to comment.