[latex3-commits] [git/LaTeX3-latex3-luaotfload] tl2022: Use my mirror for testing (451cba6)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Apr 5 14:26:23 CEST 2022
Repository : https://github.com/latex3/luaotfload
On branch : tl2022
Link : https://github.com/latex3/luaotfload/commit/451cba604c010341f194cd4d6e5f566c56dac16f
>---------------------------------------------------------------
commit 451cba604c010341f194cd4d6e5f566c56dac16f
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Apr 5 14:26:23 2022 +0200
Use my mirror for testing
>---------------------------------------------------------------
451cba604c010341f194cd4d6e5f566c56dac16f
.github/workflows/deploy.yaml | 5 +++--
.github/workflows/main.yaml | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 5e40d30..31dd729 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -32,13 +32,14 @@ jobs:
uses: actions/cache at v2
with:
path: ~/texlive
- key: texlive-v0-tl2022-${{ steps.get-id.outputs.id }}
- restore-keys: texlive-v0-
+ key: texlive-v0-tl2022my-${{ steps.get-id.outputs.id }}
+ restore-keys: texlive-v0-tl2022my-
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- name: Install TeX Live
uses: zauguin/install-texlive at main
with:
+ repository: https://ctan.math.hamburg/systems/texlive/tlnet
# 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 03bcfcb..99b45ea 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -57,13 +57,14 @@ jobs:
uses: actions/cache at v2
with:
path: ~/texlive
- key: texlive-v0-tl2022-${{ steps.get-id.outputs.id }}
- restore-keys: texlive-v0-
+ key: texlive-v0-tl2022my-${{ steps.get-id.outputs.id }}
+ restore-keys: texlive-v0-tl2022my-
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- name: Install TeX Live
uses: zauguin/install-texlive at main
with:
+ repository: https://ctan.math.hamburg/systems/texlive/tlnet
# 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.