[latex3-commits] [git/LaTeX3-latex3-latex2e] actions-daily-central: This will fail (6c1f39d1)

Marcel Fabian Krüger tex at 2krueger.de
Mon Feb 27 22:21:32 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : actions-daily-central
Link       : https://github.com/latex3/latex2e/commit/6c1f39d1c92c4026435b0f64de4997ec8c74d61f

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

commit 6c1f39d1c92c4026435b0f64de4997ec8c74d61f
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Feb 27 21:50:00 2023 +0100

    This will fail


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

6c1f39d1c92c4026435b0f64de4997ec8c74d61f
 .github/workflows/main.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index a7d59663..f512a6bf 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -25,11 +25,12 @@ jobs:
         uses: actions/checkout at v3
       - name: Install TeX Live
         id: texlive
-        uses: zauguin/install-texlive at 1e1df66764ce7d2525de70fc36c03b825b6eef9d
+        uses: zauguin/install-texlive at c59bbf74cd429a1ba345428bd3be6045303ec38f
         with:
           # List the required TeX Live packages in a separate file to allow reuse in
           # different workflows.
           package_file: .github/tl_packages
+          repository: http://localhost
   # The l3build job contains the actual work. We misuse the matrix mechanism to
   # create three jobs which only differ in minimal elements.
   # For tags we do not run this since we run the release job instead.





More information about the latex3-commits mailing list.