Skip to content

Commit

Permalink
fix: fix CI test on historical version of TeXLive
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Mar 16, 2024
1 parent f6c11ca commit 3586544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
texlive_version: ${{ matrix.texlive_version }}
run: |
apk add make
VERSION="${{ matrix.texlive_version }}"
if [[ "$VERSION" != latest ]]; then
tlmgr option repository "https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/$VERSION/tlnet-final"
fi
tlmgr install blindtext
cd test && make
- name: Check pdf files
Expand Down

0 comments on commit 3586544

Please sign in to comment.