Skip to content

Commit 11e8e1a

Browse files
committed
jammy_rolling: workaround libgoogle-glog-dev libunwind-dev libceres-dev
1 parent 795800c commit 11e8e1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: apt upgrade python3-rosdep -y
3030
- name: Install Cyclone DDS
3131
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
3236
- name: Temp Rolling transition to 24.04 leaves rosdep in 22.04 in the lurch use index prior to Feb 28 2024
3337
run: |
3438
sed -i 's@ros/rosdistro/master@ros/rosdistro/rolling/2024-02-28@' /etc/ros/rosdep/sources.list.d/20-default.list

0 commit comments

Comments
 (0)