Updated Github Actions
Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
parent
b8620312dc
commit
021f5e422b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rosdistro: [master]
|
||||
rosdistro: [foxy]
|
||||
os: [ubuntu-18.04, macOS-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Build and test ROS
|
||||
uses: ros-tooling/action-ros-ci@0.0.16
|
||||
with:
|
||||
target-ros2-distro: foxy
|
||||
package-name: >
|
||||
rmw_cyclonedds_cpp
|
||||
rmw_implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue