[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: [actions] Use historic TL2021 mirror for GH Actions (fd078baf)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Apr 4 13:21:49 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/fd078baf51b68ca9b1045f8f9cfeae3125c6dcd4
>---------------------------------------------------------------
commit fd078baf51b68ca9b1045f8f9cfeae3125c6dcd4
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Apr 4 13:21:49 2022 +0200
[actions] Use historic TL2021 mirror for GH Actions
>---------------------------------------------------------------
fd078baf51b68ca9b1045f8f9cfeae3125c6dcd4
.github/workflows/cache.yaml | 1 +
.github/workflows/deploy.yaml | 1 +
.github/workflows/main.yaml | 1 +
3 files changed, 3 insertions(+)
diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index f39f69d1..53583898 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -40,6 +40,7 @@ jobs:
- name: Install TeX Live
uses: zauguin/install-texlive at v1
with:
+ repository: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 223e27a3..ce9485fd 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -42,6 +42,7 @@ jobs:
- name: Install TeX Live
uses: zauguin/install-texlive at v1
with:
+ repository: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 3e8f406c..8b34492a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -68,6 +68,7 @@ jobs:
- name: Install TeX Live
uses: zauguin/install-texlive at v1
with:
+ repository: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
More information about the latex3-commits
mailing list.