We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d5171 commit f73d34dCopy full SHA for f73d34d
.github/workflows/test.yml
@@ -28,6 +28,8 @@ jobs:
28
run: apt upgrade python3-rosdep -y
29
- name: Install Cyclone DDS
30
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
33
- name: Build and run tests
34
id: action-ros-ci
35
uses: ros-tooling/[email protected]
@@ -47,6 +49,8 @@ jobs:
47
49
]
48
50
}
51
52
+ env:
53
+ ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2024-02-28/index-v4.yaml
54
- uses: actions/upload-artifact@v1
55
with:
56
name: colcon-logs
0 commit comments