forgot sudo
This commit is contained in:
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Install TexLive
|
- name: Install TexLive
|
||||||
run: apt install texlive-full
|
run: sudo apt install texlive-full
|
||||||
|
|
||||||
- name: Build thesis ⚙️
|
- name: Build thesis ⚙️
|
||||||
run: pdflatex --output-directory=./out thesis.tex
|
run: pdflatex --output-directory=./out thesis.tex
|
||||||
|
|||||||
Reference in New Issue
Block a user