Skip to content

Commit f47727f

Browse files
committed
test
1 parent 0c02a22 commit f47727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: install TeXLive
105105
run: |
106106
${{ env.SET_PATH }}
107-
Invoke-WebRequest -Uri https://mirrors.rit.edu/CTAN/systems/texlive/tlnet/install-tl.zip -OutFile install-tl.zip
107+
Invoke-WebRequest -Uri https://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip -OutFile install-tl.zip
108108
Expand-Archive install-tl.zip -DestinationPath .
109109
Set-Location install-tl-*
110110
.\install-tl-windows --no-gui --profile ..\.github\ci\texlive-win.profile

0 commit comments

Comments
 (0)