Skip to content

Commit

Permalink
added apt upgrade to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbed committed Apr 24, 2023
1 parent 20fef49 commit 099541b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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 && \
Expand Down

0 comments on commit 099541b

Please sign in to comment.