Skip to content

Commit 4e42a8e

Browse files
committed
workflow: add sudo
1 parent f1f535d commit 4e42a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: "Install APT dependencies"
4242
run: |
4343
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
44-
apt update
45-
apt install -y ./pandoc-3.7.0.2-1-amd64.deb
46-
apt install -y texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
44+
sudo apt update
45+
sudo apt install -y ./pandoc-3.7.0.2-1-amd64.deb
46+
sudo apt install -y texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
4747
tlmgr init-usertree
4848
tlmgr repository add ftp://tug.org/historic/systems/texlive/2021/tlnet-final
4949
tlmgr repository remove https://mirror.ctan.org/systems/texlive/tlnet

0 commit comments

Comments
 (0)