Skip to content

Commit

Permalink
ci: fix missing sudo in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Aug 23, 2023
1 parent b23e2bf commit 797c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
make html
- name: Sphinx build - pdf
run: |
apt install -y latexmk texlive-latex-extra
sudo apt-get install -y latexmk texlive-latex-extra
make latexpdf
- name: Sphinx build - epub
run: |
Expand Down

0 comments on commit 797c49d

Please sign in to comment.