Skip to content

Commit

Permalink
Use sudo for installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorochowik committed Jul 30, 2024
1 parent 5473dab commit 78cbbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install documentation dependencies
run: |
apt update && apt install -qqy texlive texlive-latex-recommended texlive-latex-extra texlive-fonts-extra latexmk
sudo apt update && sudo apt install -qqy texlive texlive-latex-recommended texlive-latex-extra texlive-fonts-extra latexmk
- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 78cbbb6

Please sign in to comment.