[latex3-commits] [git/LaTeX3-latex3-latex2e] actions-daily-central: It would be pretty nice if this worked (5e564ab8)

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


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

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

commit 5e564ab89b70e9bf9ab699f528ecbbc608b0c298
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Feb 27 22:05:18 2023 +0100

    It would be pretty nice if this worked


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

5e564ab89b70e9bf9ab699f528ecbbc608b0c298
 .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 29750f67..7869cacf 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 c21d15ba647f9dcb6e0e1fb83c1aae41ee769459
+        uses: zauguin/install-texlive at e2c45ed23be19b024f06647115a473cfc2c0f69a
         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.