Skip to content

Commit 856621d

Browse files
committed
Fix wrong apt package
Signed-off-by: Raül <raulojeda@eprosima.com>
1 parent 7f9cba1 commit 856621d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
- name: Install apt packages
394394
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
395395
with:
396-
packages: libasio-dev libtinyxml2-dev libssl-discovery swig4.1
396+
packages: libasio-dev libtinyxml2-dev libssl-dev swig4.1
397397

398398
- name: Install and configure SWIG test # TODO
399399
run: |
@@ -488,7 +488,7 @@ jobs:
488488
- name: Install apt packages
489489
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
490490
with:
491-
packages: libasio-dev libtinyxml2-dev libssl-dev doxygen imagemagick plantuml libenchant-2-2 swig4.1
491+
packages: libasio-dev libtinyxml2-dev libssl-dev swig4.1 doxygen imagemagick plantuml libenchant-2-2
492492

493493
- name: Install and configure SWIG test # TODO
494494
run: |

0 commit comments

Comments
 (0)