Fix profile-path for texlive in testing action

The filenames of the profiles were changed before
master
Gregor 2022-03-06 17:01:35 +01:00
parent 83a0a6f2ec
commit 25f8b42af2
No known key found for this signature in database
GPG Key ID: D0E68A451CB2B7F7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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"