[latex3-commits] [latex3/luaotfload] win-ci: Switch to stable install-texlive action (97832124)

github at latex-project.org github at latex-project.org
Sun Feb 25 02:15:15 CET 2024


Repository : https://github.com/latex3/luaotfload
On branch  : win-ci
Link       : https://github.com/latex3/luaotfload/commit/978321246ee8adb1101b62e111c44e3049bfc75b

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

commit 978321246ee8adb1101b62e111c44e3049bfc75b
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Feb 25 02:15:15 2024 +0100

    Switch to stable install-texlive action


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

978321246ee8adb1101b62e111c44e3049bfc75b
 .github/workflows/main.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 1557c271..4016581c 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -42,7 +42,7 @@ jobs:
       # We need docutils for our documentation
       - run: sudo apt-get install python3-docutils
       - name: Install TeX Live
-        uses: zauguin/install-texlive at v3.3-alpha2
+        uses: zauguin/install-texlive at v3
         with:
           # The list of packages to install is in a separate file under .github/tl_packages
           # to allow reuse.
@@ -76,7 +76,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout at v4
       - name: Install TeX Live
-        uses: zauguin/install-texlive at v3.3-alpha2
+        uses: zauguin/install-texlive at v3
         with:
           # The list of packages to install is in a separate file under .github/tl_packages
           # to allow reuse.





More information about the latex3-commits mailing list.