Skip to content

Commit

Permalink
Revert dep install
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 18, 2024
1 parent da600e1 commit 16d9f2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
working-directory: /colcon_ws/src/bitbots_meta
- name: Install packages via rosdep
run: |
make rosdep
working-directory: /colcon_ws/src/bitbots_meta
rosdep update
sudo apt install -y libunwind-dev
# Small hack to make rosdep install all dependencies at once
# See https://github.com/ros-infrastructure/rosdep/issues/671
bash -c "sudo apt install -y $(rosdep check --from-paths . --ignore-src --rosdistro iron | sed -n 's/^apt\s\+//p' | tr '\n' ' ')"
working-directory: /colcon_ws/src
- name: Build packages
run: |
. /opt/ros/iron/setup.sh
Expand Down

0 comments on commit 16d9f2a

Please sign in to comment.