Skip to content

Commit

Permalink
libunwind dependency fix for gstreamer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 17, 2023
1 parent bd67e0f commit b83aec9
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,9 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
# Install dep for gstreamer. It must be the first one.
sudo apt-get update
sudo apt-get install libunwind-dev
sudo apt-get install -y libunwind-dev
# Install Robotology dependencies from robotology ppa
sudo apt-add-repository -y ppa:robotology/ppa
Expand Down Expand Up @@ -1385,7 +1384,9 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt-get install libunwind-dev
# Install dep for gstreamer. It must be the first one.
sudo apt-get update
sudo apt-get install -y libunwind-dev
# Install Robotology dependencies from robotology ppa
sudo apt-add-repository -y ppa:robotology/ppa
Expand Down Expand Up @@ -1576,6 +1577,10 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
# Install dep for gstreamer. It must be the first one.
sudo apt-get update
sudo apt-get install -y libunwind-dev
# Install Robotology dependencies from robotology ppa
sudo apt-add-repository -y ppa:robotology/ppa
sudo apt-get install -qq -y librobottestingframework-dev
Expand Down Expand Up @@ -1784,6 +1789,10 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
# Install dep for gstreamer. It must be the first one.
sudo apt-get update
sudo apt-get install -y libunwind-dev
# Install Robotology dependencies from robotology ppa
sudo apt-add-repository -y ppa:robotology/ppa
sudo apt-get install -qq -y librobottestingframework-dev
Expand Down

0 comments on commit b83aec9

Please sign in to comment.