[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Update GH Actions to TL2022 (ea155114)

Marcel Fabian Krüger tex at 2krueger.de
Fri Jun 17 22:58:04 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/ea155114af8304ecba257533f7fd5d793a5239fc

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

commit ea155114af8304ecba257533f7fd5d793a5239fc
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu Jun 9 18:01:23 2022 +0200

    Update GH Actions to TL2022


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

ea155114af8304ecba257533f7fd5d793a5239fc
 .github/workflows/cache.yaml                      | 5 ++---
 .github/workflows/deploy.yaml                     | 5 ++---
 .github/workflows/main.yaml                       | 5 ++---
 base/testfiles/tlb-extraprimitives-001.luatex.tlg | 5 +++++
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index 2f38f01d..b40cabee 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -35,12 +35,11 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v1-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v1-
+          key: texlive2022-v0-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive2022-v0-
       - 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 3ac94cda..c65c094a 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -35,14 +35,13 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v1-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v1-
+          key: texlive2022-v0-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive2022-v0-
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - 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 2d4cb961..06102a68 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -61,14 +61,13 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v1-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v1-
+          key: texlive2022-v0-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive2022-v0-
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - 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/base/testfiles/tlb-extraprimitives-001.luatex.tlg b/base/testfiles/tlb-extraprimitives-001.luatex.tlg
index 97bb331a..26283f62 100644
--- a/base/testfiles/tlb-extraprimitives-001.luatex.tlg
+++ b/base/testfiles/tlb-extraprimitives-001.luatex.tlg
@@ -179,6 +179,7 @@ currentiflevel
 currentiftype
 detokenize
 dimexpr
+discretionaryligaturemode
 displaywidowpenalties
 draftmode
 dviextension
@@ -269,10 +270,12 @@ luatexbanner
 luatexrevision
 luatexversion
 marks
+mathdefaultsmode
 mathdelimitersmode
 mathdir
 mathdirection
 mathdisplayskipmode
+matheqdirmode
 matheqnogapstep
 mathflattenmode
 mathitalicsmode
@@ -313,6 +316,8 @@ pardirection
 parshapedimen
 parshapeindent
 parshapelength
+partokencontext
+partokenname
 pdfextension
 pdffeedback
 pdfvariable





More information about the latex3-commits mailing list.