Skip to content

Commit fcda7a9

Browse files
Set update apt dependencies to true in ubuntu github ci (#887)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit b4168fd) Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
1 parent f3c60e7 commit fcda7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
9696
with:
9797
packages: libasio-dev libtinyxml2-dev libssl-dev swig doxygen imagemagick plantuml
98-
update: false
98+
update: true
9999
upgrade: false
100100

101101
- name: Install colcon

0 commit comments

Comments
 (0)