Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit a22ab95

Browse files
committed
Update ci.yaml
1 parent f227db0 commit a22ab95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
rosdep update
6666
rosdep install --from-paths ./ -i -y --rosdistro rolling \
6767
--ignore-src
68-
- name: Build project
68+
apt-get upgrade -q -y --with-new-pkgs ros-rolling-rcl
69+
- name: Build project
6970
id: build
7071
run: |
7172
cd /home/ros2_ws/

0 commit comments

Comments
 (0)