We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e594f commit 44e1a14Copy full SHA for 44e1a14
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
ls
41
pwd
42
- apt-get -y update
43
- DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
44
- apt-get --no-install-recommends -y install latexmk
+ sudo apt-get -y update
+ # sudo DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
+ sudo apt-get --no-install-recommends -y install latexmk
45
pdflatex -halt-on-error -interaction=nonstopmode notes.tex
0 commit comments