[latex3-commits] [git/LaTeX3-latex3-latex2e] marks: [actions] Use historic TL2021 mirror for GH Actions (3b8cd028)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Apr 4 13:42:10 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : marks
Link       : https://github.com/latex3/latex2e/commit/3b8cd0289befd3145f103448fbe97225d56d2f7e

>---------------------------------------------------------------

commit 3b8cd0289befd3145f103448fbe97225d56d2f7e
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


>---------------------------------------------------------------

3b8cd0289befd3145f103448fbe97225d56d2f7e
 .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.