Skip to content

Commit 11634e8

Browse files
authored
Add eol rosdep (#71)
1 parent 6d7f212 commit 11634e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cd $HOME/catkin_ws
5959
wstool init src src/mav_active_3d_planning/mav_active_3d_planning_https.rosinstall
6060
wstool update -t src -j4
61-
rosdep update
61+
rosdep update --include-eol-distros
6262
rosdep install --from-paths src --ignore-src -y --rosdistro ${{matrix.config.rosdistro}}
6363
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
6464
catkin build -j$(nproc) -l$(nproc) mav_active_3d_planning

0 commit comments

Comments
 (0)