We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795800c commit 11e8e1aCopy full SHA for 11e8e1a
.github/workflows/test.yml
@@ -29,6 +29,10 @@ jobs:
29
run: apt upgrade python3-rosdep -y
30
- name: Install Cyclone DDS
31
run: sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
32
+ - name: workaround libgoogle-glog-dev dependency problem install libunwind-dev
33
+ run: sudo apt install libunwind-dev -y
34
+ - name: workaround libgoolg-glog-dev dependency problem install libceres-dev
35
+ run: sudo apt install libceres-dev -y
36
- name: Temp Rolling transition to 24.04 leaves rosdep in 22.04 in the lurch use index prior to Feb 28 2024
37
run: |
38
sed -i 's@ros/rosdistro/master@ros/rosdistro/rolling/2024-02-28@' /etc/ros/rosdep/sources.list.d/20-default.list
0 commit comments