Skip to content

Commit 58ae7f8

Browse files
committed
Use a specific texlive mirror to try and improve stability
Signed-off-by: Dan Bailey <danbailey@ilm.com>
1 parent 6953772 commit 58ae7f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/install_texlive.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
set -ex
66

77
# Download the TeX Live installer
8-
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
8+
wget https://mirrors.mit.edu/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz
99

1010
# Extract
1111
tar xzf install-tl-unx.tar.gz
1212
rm install-tl-unx.tar.gz
1313
cd install-tl-*
1414

1515
# Run the installer with no docs or source installation
16-
./install-tl --no-interaction --no-doc-install --no-src-install --scheme=minimal --repository https://mirror.ctan.org/systems/texlive/tlnet
16+
./install-tl --no-interaction --no-doc-install --no-src-install --scheme=minimal --repository https://mirrors.mit.edu/CTAN/systems/texlive/tlnet
1717

1818
# Export the texlive PATH to GITHUB_PATH
1919
TEXLIVE_PATH=$(echo /usr/local/texlive/*/bin/x86_64-linux)

0 commit comments

Comments
 (0)