From 25e66b6e791fa88421ce15d5f179319fd3399672 Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Wed, 23 Mar 2022 22:54:33 +0100 Subject: [PATCH] fixed wrong tex live profile --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 52eb32f..3b1b48f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -48,7 +48,7 @@ jobs: - name: "setup TeX Live (via paolobrasolin)" uses: paolobrasolin/setup-texlive-action@v1 with: - profile-path: ${{ github.workspace }}/.github/tex/texlive.profile.txt + profile-path: ${{ github.workspace }}/.github/tex/profile.minimal.txt packages-path: ${{ github.workspace }}/.github/tex/packages.test.txt # - name: "install tikz-trackschematic"