[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Update CI to TL2022 (31b323c)
Marcel Fabian Krüger
tex at 2krueger.de
Sun May 1 14:31:23 CEST 2022
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/31b323cd9031769eeaad20c936ce010fb6b40f32
>---------------------------------------------------------------
commit 31b323cd9031769eeaad20c936ce010fb6b40f32
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sun May 1 14:31:23 2022 +0200
Update CI to TL2022
>---------------------------------------------------------------
31b323cd9031769eeaad20c936ce010fb6b40f32
.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..5eec511 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 }}
- restore-keys: texlive-v0-
+ key: texlive-v1-${{ steps.get-id.outputs.id }}
+ restore-keys: texlive-v1-
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- 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
# 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..1c5efc2 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 }}
- restore-keys: texlive-v0-
+ key: texlive-v1-${{ steps.get-id.outputs.id }}
+ restore-keys: texlive-v1-
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- 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
# 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.