[latex3-commits] [git/LaTeX3-latex3-luaotfload] tl2022: Test with new TL (95358d2)

Marcel Fabian Krüger tex at 2krueger.de
Tue Apr 5 14:21:14 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : tl2022
Link       : https://github.com/latex3/luaotfload/commit/95358d2e21016759dd2d9f3d311261e47d10eee8

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

commit 95358d2e21016759dd2d9f3d311261e47d10eee8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue Apr 5 14:21:14 2022 +0200

    Test with new TL


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

95358d2e21016759dd2d9f3d311261e47d10eee8
 .github/workflows/deploy.yaml | 5 ++---
 .github/workflows/main.yaml   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index f459392..5e40d30 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -32,14 +32,13 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v0-${{ steps.get-id.outputs.id }}
+          key: texlive-v0-tl2022-${{ steps.get-id.outputs.id }}
           restore-keys: texlive-v0-
       # We need docutils for our documentation
       - run: sudo apt-get install python3-docutils
       - name: Install TeX Live
-        uses: zauguin/install-texlive at v1
+        uses: zauguin/install-texlive at main
         with:
-          repository: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final
           # Here we use the same list of packages as in the testing workflow.
           package_file: .github/tl_packages
       - name: Run l3build
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index e731505..03bcfcb 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -57,14 +57,13 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v0-${{ steps.get-id.outputs.id }}
+          key: texlive-v0-tl2022-${{ steps.get-id.outputs.id }}
           restore-keys: texlive-v0-
       # We need docutils for our documentation
       - run: sudo apt-get install python3-docutils
       - name: Install TeX Live
-        uses: zauguin/install-texlive at v1
+        uses: zauguin/install-texlive at main
         with:
-          repository: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final
           # The list of packages to install is in a separate file under .github/tl_packages
           # to allow reuse.
           package_file: .github/tl_packages





More information about the latex3-commits mailing list.