Skip to content

Commit

Permalink
update ci rule
Browse files Browse the repository at this point in the history
Signed-off-by: Will Son <[email protected]>
  • Loading branch information
ROBOTIS-Will committed Mar 3, 2023
1 parent 73cb646 commit 784eada
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ jobs:
- name: Setup directories
run: mkdir -p ros_ws/src
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ros_ws/src
- name: Setup ROS environment
uses: ros-tooling/setup-ros@0.2.1
uses: ros-tooling/setup-ros@0.3.3
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Setuptools workaround
run: export SETUPTOOLS_USE_DISTUTILS=stdlib
- name: Build and Test
uses: ros-tooling/action-ros-ci@v0.2
uses: ros-tooling/action-ros-ci@0.2.5
with:
package-name: open_manipulator
target-ros1-distro: ${{ matrix.ros_distribution }}
Expand Down

0 comments on commit 784eada

Please sign in to comment.