From 85397b6b20b2d12fc7db1dfb77183ad1ffa0adb1 Mon Sep 17 00:00:00 2001 From: Vincent <46542431+VincidaB@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:09:00 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b746a35..87f2475 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,14 +13,8 @@ jobs: container: image: ubuntu:jammy steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up ROS - uses: ros-tooling/setup-ros@v0.7 - with: - required-ros-distributions: humble - - - name: Build workspace - run: sudo apt-get update & sudo apt-get -y install ament-cmake &&\ - /bin/bash /opt/ros/humble/setup.bash && colcon build + - name: ROS industrial_ci + # You may pin to the exact commit or the version. + # uses: 2lambda123/industrial_ci@1425bd2140a5cad7c7b831e43c443336783cc449 + uses: 2lambda123/industrial_ci@0.10.0 +