Skip to content

Commit

Permalink
Install the gz commandline from the OSRF PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 16, 2024
1 parent dc401f5 commit 149b6d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ jobs:
if: matrix.type == 'apt'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gazebo
sudo apt-get install lsb-release wget gnupg
wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null
sudo apt-get update
sudo apt-get install --no-install-recommends libsdformat13 libgz-utils2
- name: Install conda dependencies
if: matrix.type == 'conda'
Expand Down

0 comments on commit 149b6d7

Please sign in to comment.