Skip to content

Commit f73d34d

Browse files
committed
Attempt to manipulate rosdep index for jammy back to Feb 28,2024
1 parent 01d5171 commit f73d34d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: apt upgrade python3-rosdep -y
2929
- name: Install Cyclone DDS
3030
run: sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
31+
- name: Temp: Rolling transition to 24.04 leaves rosdep in 22.04 in the lurch use index prior to Feb 28, 2024
32+
run: sed -i "s|ros\/rosdistro\/master|ros\/rosdistro\/rolling\/2024-02-28|" /etc/ros/rosdep/sources.list.d/20-default.list
3133
- name: Build and run tests
3234
id: action-ros-ci
3335
uses: ros-tooling/[email protected]
@@ -47,6 +49,8 @@ jobs:
4749
]
4850
}
4951
}
52+
env:
53+
ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2024-02-28/index-v4.yaml
5054
- uses: actions/upload-artifact@v1
5155
with:
5256
name: colcon-logs

0 commit comments

Comments
 (0)