We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd62e2 commit 0c02a22Copy full SHA for 0c02a22
.github/workflows/test.yaml
@@ -69,7 +69,7 @@ jobs:
69
tar -xzf install-tl-unx.tar.gz
70
cd install-tl-20* && ./install-tl --profile ../.github/ci/texlive.profile
71
tlmgr install ${{ env.TL_PACKAGES }}
72
- tlmgr update --self --all --no-auto-install --repository=https://mirrors.rit.edu/CTAN/systems/texlive/tlnet/tlnet-final/
+ tlmgr update --self --all --no-auto-install --repository=https://mirrors.rit.edu/CTAN/systems/texlive/tlnet/
73
tlmgr path add
74
- name: compile LaTeX document
75
run: |
0 commit comments