Skip to content

Commit

Permalink
Merge pull request #31 from robotology-playground/migrate-ros-to-humble
Browse files Browse the repository at this point in the history
Migrate CI job to use ROS2 Humble distribution
  • Loading branch information
randaz81 authored Jun 13, 2022
2 parents 4ae984d + d4c2b19 commit c13e71c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: C++ CI Workflow with conda dependencies
on:
push:
pull_request:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
Expand All @@ -15,8 +16,8 @@ jobs:
strategy:
matrix:
build_type: [Release]
ros_distro: [galactic]
os: [ubuntu-latest, windows-latest, macos-latest]
ros_distro: [humble]
os: [ubuntu-latest, macos-latest]
fail-fast: false

steps:
Expand All @@ -34,7 +35,7 @@ jobs:
# Compilation related dependencies
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install -c conda-forge -c robostack-experimental ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-galactic-test-msgs
mamba install -c conda-forge -c robostack-experimental -c robostack-humble ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
- name: Download YARP [Linux&macOS]
Expand Down

0 comments on commit c13e71c

Please sign in to comment.