Skip to content

Commit

Permalink
fix(ci): install python3-sphinx to build the Ubuntu source package
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Jan 25, 2024
1 parent d5f3fe5 commit 2305dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
- name: Upload source packages to PPA
if: startsWith(github.ref, 'refs/tags/v')
run: |
sudo apt install -y devscripts dh-python equivs
sudo apt install -y devscripts dh-python equivs python3-sphinx
./scripts/build-using-ppa ${PWD}/build jammy

0 comments on commit 2305dc1

Please sign in to comment.