removed sudo
Some checks failed
build-latex / build (push) Failing after 6m40s

how did I forget again??
This commit is contained in:
Jonas_Jones 2025-06-10 18:50:39 +02:00
parent e7a6d49130
commit efb665a724

View file

@ -17,8 +17,8 @@ jobs:
- name: install full TeX Live
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
apt-get update
apt-get install -y texlive-full
- name: compile LaTeX document
run: |