Skip to content

Commit

Permalink
workflow: use ignition-citadel dependencies (#38)
Browse files Browse the repository at this point in the history
* gui2 -> 3
* msgs4 -> 5
* rendering2 -> 3
* transport7 -> 8
* Use gui0_citadel branch of ign-gui
  • Loading branch information
scpeters authored Mar 22, 2021
1 parent 3d19eff commit 1ee7cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories:
ign-gui0:
type: git
url: https://github.com/scpeters/ign-gui
version: gui0_blueprint
version: gui0_citadel
pybind11:
type: git
url: https://github.com/RobotLocomotion/pybind11.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
rosdep update;
rosdep install -i -y --rosdistro ${ROS_DISTRO} \
--skip-keys "ignition-transport7 ignition-msgs4 ignition-math6 ignition-common3 ignition-gui0 ignition-rendering2 pybind11" \
--skip-keys "ignition-transport8 ignition-msgs5 ignition-math6 ignition-common3 ignition-gui0 ignition-gui3 ignition-rendering3 pybind11" \
--from-paths src
- name: colcon build libraries
shell: bash
Expand Down

0 comments on commit 1ee7cad

Please sign in to comment.