Skip to content

Commit

Permalink
Refs #21309: Downgrarde Swig version to 4.1
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Sep 18, 2024
1 parent 05af737 commit 0ad1b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,13 @@ jobs:
with:
cmakeVersion: '3.22.6'

- name: Remove default swig version
run: sudo apt-get remove -y swig

- name: Install apt dependencies
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
with:
packages: libasio-dev libtinyxml2-dev libssl-dev swig doxygen imagemagick plantuml
packages: libasio-dev libtinyxml2-dev libssl-dev swig4.1 doxygen imagemagick plantuml
update: true
upgrade: false

Expand Down

0 comments on commit 0ad1b10

Please sign in to comment.