[latex3-commits] [latex3/luaotfload] win-ci: Use windows compatible install action (b3950eff)

github at latex-project.org github at latex-project.org
Sat Feb 24 22:55:15 CET 2024


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

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

commit b3950effc717970988bc6154d7d994ad86698106
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Feb 24 22:55:15 2024 +0100

    Use windows compatible install action


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

b3950effc717970988bc6154d7d994ad86698106
 .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 18e88e08..4c2f86d6 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
+        uses: zauguin/install-texlive at v3.3-alpha2
         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
+        uses: zauguin/install-texlive at v3.3-alpha2
         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.