From b242a3e7cc9263386ab36571266a7b2361f164f3 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Tue, 12 Oct 2021 19:47:14 +0200 Subject: Fix workflow --- .github/workflows/latex.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/latex.yml') diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7af6e80..cb48d39 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -10,12 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Setup TeXLive - uses: DanySK/setup-texlive-action@0.1.1 - with: - requirements-file: .github/texlive/packages.tex - name: Checkout Repo uses: actions/checkout@v2 + - name: Setup TeXLive + uses: DanySK/setup-texlive-action@0.1.1 - name: Typeset Project Plan run: make -C doc/projectplan - name: Typeset Thesis -- cgit v1.2.1