Skip to content

Commit 0380b7e

Browse files
committed
Update CI settings for ROS 2 Rolling
1 parent c5be57c commit 0380b7e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/industrial_ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
industrial_ci:
1717
strategy:
1818
matrix:
19-
ROS_DISTRO: [jazzy]
20-
ROS_REPO: [ros]
19+
env:
20+
- { ROS_DISTRO: rolling, ROS_REPO: main}
21+
- { ROS_DISTRO: jazzy, ROS_REPO: main}
22+
env:
23+
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'
24+
2125
runs-on: ubuntu-latest
2226
steps:
2327
- uses: actions/checkout@v4
2428
- uses: "ros-industrial/industrial_ci@master"
25-
env:
26-
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
27-
ROS_REPO: ${{ matrix.ROS_REPO }}
29+
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)