Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojo committed Aug 6, 2023
1 parent 53a96e3 commit f03b3ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install depdendencies
run: |
. /opt/ros/$ROS_DISTRO/setup.sh
cd $GITHUB_WORKSPACE/..
rosdep update
rosdep install --from-paths rig_reconfigure
- name: Build
run: |
. /opt/ros/$ROS_DISTRO/setup.sh
Expand Down

0 comments on commit f03b3ca

Please sign in to comment.