Skip to content

Commit

Permalink
Install python3-git in docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Sep 3, 2024
1 parent e988726 commit 4731af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y git doxygen graphviz python3-sphinx python3-breathe python3-sphinx-rtd-theme
sudo apt-get update && sudo apt-get install -y git doxygen graphviz python3-sphinx python3-breathe python3-sphinx-rtd-theme python3-git
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
Expand Down

0 comments on commit 4731af7

Please sign in to comment.