From 4ad402feae8f2a41859f8c4a5bb08646a90183dc Mon Sep 17 00:00:00 2001 From: KuraZuzu Date: Thu, 31 Oct 2024 15:49:37 +0900 Subject: [PATCH] Summarize setting "AFTER_SETUP_TARGET_WORKSPACE" --- .github/workflows/industrial_ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index bf9495a..bd45cbd 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -15,8 +15,10 @@ jobs: strategy: matrix: env: - - { ROS_DISTRO: rolling, ROS_REPO: main, AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' } - - { ROS_DISTRO: jazzy, ROS_REPO: main, AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' } + - { ROS_DISTRO: rolling, ROS_REPO: main} + - { ROS_DISTRO: jazzy, ROS_REPO: main} + env: + AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' runs-on: ubuntu-latest steps: