File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ jobs:
14
14
industrial_ci :
15
15
strategy :
16
16
matrix :
17
- ROS_DISTRO : [jazzy]
18
- ROS_REPO : [ main]
19
- AFTER_SETUP_TARGET_WORKSPACE : [apt update && apt install -y git gcc-11 g++-11]
20
- # env:
21
- # CCACHE_DIR: "${{ github.workspace }}/.ccache" # ccache directory for debug
17
+ env :
18
+ - { ROS_DISTRO: rolling, ROS_REPO: main}
19
+ - { ROS_DISTRO: jazzy, ROS_REPO: main}
20
+ env :
21
+ AFTER_SETUP_TARGET_WORKSPACE : ' apt update && apt install -y git '
22
22
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- uses : " ros-industrial/industrial_ci@master"
27
- env :
28
- ROS_DISTRO : ${{matrix.ROS_DISTRO}}
29
- ROS_REPO : ${{matrix.ROS_REPO}}
30
- AFTER_SETUP_TARGET_WORKSPACE : ${{matrix.AFTER_SETUP_TARGET_WORKSPACE}}
31
- BUILD_TOOL_ARGS : " --event-handlers console_direct+"
32
- COLCON_LOG_LEVEL : debug
33
- VERBOSE_OUTPUT : true
27
+ env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments