We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c02a22 commit f47727fCopy full SHA for f47727f
.github/workflows/test.yaml
@@ -104,7 +104,7 @@ jobs:
104
- name: install TeXLive
105
run: |
106
${{ env.SET_PATH }}
107
- Invoke-WebRequest -Uri https://mirrors.rit.edu/CTAN/systems/texlive/tlnet/install-tl.zip -OutFile install-tl.zip
+ Invoke-WebRequest -Uri https://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip -OutFile install-tl.zip
108
Expand-Archive install-tl.zip -DestinationPath .
109
Set-Location install-tl-*
110
.\install-tl-windows --no-gui --profile ..\.github\ci\texlive-win.profile
0 commit comments