Skip to content

Commit 099541b

Browse files
committed
added apt upgrade to ci
1 parent 20fef49 commit 099541b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-rolling.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
image: ethercat_driver_ros2:rolling
3030
options: -v ${{github.workspace}}/:/ros/
3131
run: |
32+
apt update
33+
apt upgrade -y
3234
cd /ros
3335
. /opt/ros/rolling/setup.sh
3436
rosdep install --ignore-src --from-paths . -y -r && \
@@ -40,6 +42,8 @@ jobs:
4042
image: ethercat_driver_ros2:rolling
4143
options: -v ${{github.workspace}}/:/ros/
4244
run: |
45+
apt update
46+
apt upgrade -y
4347
cd /ros
4448
. /opt/ros/rolling/setup.sh
4549
rosdep install --ignore-src --from-paths . -y -r && \

0 commit comments

Comments
 (0)