From 099541b4386ec70ff854bc4a7344204e3df41429 Mon Sep 17 00:00:00 2001 From: mcbed Date: Wed, 12 Apr 2023 15:51:49 +0200 Subject: [PATCH] added apt upgrade to ci --- .github/workflows/ci-rolling.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-rolling.yml b/.github/workflows/ci-rolling.yml index 1e332bdc..e8f61900 100644 --- a/.github/workflows/ci-rolling.yml +++ b/.github/workflows/ci-rolling.yml @@ -29,6 +29,8 @@ jobs: image: ethercat_driver_ros2:rolling options: -v ${{github.workspace}}/:/ros/ run: | + apt update + apt upgrade -y cd /ros . /opt/ros/rolling/setup.sh rosdep install --ignore-src --from-paths . -y -r && \ @@ -40,6 +42,8 @@ jobs: image: ethercat_driver_ros2:rolling options: -v ${{github.workspace}}/:/ros/ run: | + apt update + apt upgrade -y cd /ros . /opt/ros/rolling/setup.sh rosdep install --ignore-src --from-paths . -y -r && \