From dc2a8601c243e3b3f43c273a65adabfe3e388c08 Mon Sep 17 00:00:00 2001 From: Torben <59419684+entorb@users.noreply.github.com> Date: Fri, 17 May 2024 16:23:43 +0200 Subject: [PATCH] Revert "Update make-pdf-1-select.yml" This reverts commit 2f2cd44072761a7173035e5e4f89125b8ef53e6c. --- .github/workflows/make-pdf-1-select.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/make-pdf-1-select.yml b/.github/workflows/make-pdf-1-select.yml index 61510646..7c4c4be5 100644 --- a/.github/workflows/make-pdf-1-select.yml +++ b/.github/workflows/make-pdf-1-select.yml @@ -43,23 +43,11 @@ jobs: ls -l chapters/ ls -l - # - name: Install PDF requirements - # run: | - # # not: to save time - # # sudo apt-get update > /dev/null - # sh scripts/install_requirements_pdf.sh > /dev/null - - - name: Install PDF requirements using cache - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: texlive-xetex texlive-lang-greek texlive-lang-german latexmk - version: 1.0 - execute_install_scripts: true - - - name: Manual install latexmk to fix caching issue - # since cache does not properly work / "convert" not found + - name: Install PDF requirements run: | - sudo apt-get install latexmk + # not: to save time + # sudo apt-get update > /dev/null + sh scripts/install_requirements_pdf.sh > /dev/null - name: Print versions run: |