Skip to content

Commit

Permalink
CI: update setup-ros
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Oct 20, 2023
1 parent 0523a5b commit 2b8463b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ci-ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@ on:
# Based on example provided at https://github.com/ros-tooling/setup-ros

jobs:
# build: # Docker is not supported on macOS and Windows.
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [macOS-latest, windows-latest]
# ros_distribution:
# - galactic
# steps:
# - uses: ros-tooling/setup-ros@v0.2
# with:
# required-ros-distributions: ${{ matrix.ros_distribution }}
# - name: build and test
# uses: ros-tooling/action-ros-ci@v0.2
# with:
# package-name: crazyswarm
# target-ros2-distro: ${{ matrix.ros_distribution }}

build_docker: # On Linux, use docker
runs-on: ubuntu-latest
strategy:
Expand All @@ -50,7 +33,7 @@ jobs:
image: ${{ matrix.docker_image }}
steps:
- name: setup ROS environment
uses: ros-tooling/setup-ros@v0.4
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

Expand Down

0 comments on commit 2b8463b

Please sign in to comment.