Skip to content

Commit

Permalink
Workaround packaging issue
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 26, 2024
1 parent 394d358 commit 2f37e46
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nightly-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# - docker_image: ubuntu:focal
# gazebo_distribution: fortress

- docker_image: ubuntu:focal
gazebo_distribution: garden
# - docker_image: ubuntu:focal
# gazebo_distribution: garden

- docker_image: ubuntu:jammy
gazebo_distribution: harmonic
Expand All @@ -35,7 +35,9 @@ jobs:
with:
required-gazebo-distributions: ${{ matrix.gazebo_distribution }}
- name: 'Add Doxygen'
run: sudo apt install -y doxygen
run: sudo apt-get install -y doxygen
- name: 'Install Gazebo recommended packages'
run: sudo apt-get install -y --reinstall gz-${{ matrix.gazebo_distribution}}
- name: 'Build Docs'
run: |
mkdir -p ws/src
Expand Down

0 comments on commit 2f37e46

Please sign in to comment.