Skip to content

Commit 16e68be

Browse files
authored
Reenable kilted on minimal built
1 parent 291eb86 commit 16e68be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ros_distribution:
2222
- humble
2323
- jazzy
24-
#- kilted # Is currently not built by ROS tooling
24+
- kilted
2525
- rolling
2626
include:
2727
# Humble Hawksbill (May 2022 - May 2027)
@@ -33,10 +33,9 @@ jobs:
3333
ros_distribution: jazzy
3434
ros_version: 2
3535
# Kilted Kaiju (May 2025 - Dec 2026)
36-
# Is currently not built by ROS tooling
37-
#- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
38-
# ros_distribution: kilted
39-
# ros_version: 2
36+
- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
37+
ros_distribution: kilted
38+
ros_version: 2
4039
# Rolling Ridley (June 2020 - Present)
4140
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
4241
ros_distribution: rolling

0 commit comments

Comments
 (0)