From cd197110252f9f876eeca44f82d9301cb049307a Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:29:46 +0100 Subject: [PATCH] forgot sudo --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 7bda65b..4f3939c 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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