[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix TL repo for GH Actions to TL2021 (048bc92)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Apr 4 13:18:24 CEST 2022
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/048bc921f0632408319c4d1ecbfd7b47c53615b0
>---------------------------------------------------------------
commit 048bc921f0632408319c4d1ecbfd7b47c53615b0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Apr 4 13:18:24 2022 +0200
Fix TL repo for GH Actions to TL2021
>---------------------------------------------------------------
048bc921f0632408319c4d1ecbfd7b47c53615b0
.github/workflows/deploy.yaml | 1 +
.github/workflows/main.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index b1d5ed0..f459392 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -39,6 +39,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
# 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 845c58d..e731505 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -64,6 +64,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
# 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.