Skip to content

Commit 44e1a14

Browse files
committed
CI: use sudo
1 parent 34e594f commit 44e1a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
ls
4141
pwd
42-
apt-get -y update
43-
DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
44-
apt-get --no-install-recommends -y install latexmk
42+
sudo apt-get -y update
43+
# sudo DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
44+
sudo apt-get --no-install-recommends -y install latexmk
4545
pdflatex -halt-on-error -interaction=nonstopmode notes.tex

0 commit comments

Comments
 (0)