Skip to content

Commit

Permalink
* .github/workflows/test-and-deploy.yml: Update TinyTeX.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Mar 17, 2024
1 parent 3f2a49a commit 136d7c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
texlive_packages=./.github/texlive_packages
echo "Updating TexLive"
# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0
/home/runner/bin/tlmgr option -- autobackup 0
echo "Updating tlmgr itself"
tlmgr update --self
/home/runner/bin/tlmgr update --self
echo "Install ${texlive_packages}"
tlmgr install $(sed 's/\s*#.*//;/^\s*$/d' "${texlive_packages}")
tlmgr path add
/home/runner/bin/tlmgr install $(sed 's/\s*#.*//;/^\s*$/d' "${texlive_packages}")
/home/runner/bin/tlmgr path add
- name: Run test
if: ${{ success() && env.FILES_CHANGED != 0 }}
Expand Down

0 comments on commit 136d7c4

Please sign in to comment.