forgot sudo

This commit is contained in:
2022-02-08 13:29:46 +01:00
parent 006ab03a58
commit cd19711025

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@master
- name: Install TexLive
run: apt install texlive-full
run: sudo apt install texlive-full
- name: Build thesis ⚙️
run: pdflatex --output-directory=./out thesis.tex