[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Use v0 actions cache (bc06e0c)

Marcel Fabian Krüger tex at 2krueger.de
Tue Jun 21 09:24:31 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/bc06e0c60e1c9491822906b2f9563571e3e3d193

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

commit bc06e0c60e1c9491822906b2f9563571e3e3d193
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Jun 20 13:43:42 2022 +0200

    Use v0 actions cache


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

bc06e0c60e1c9491822906b2f9563571e3e3d193
 .github/workflows/deploy.yaml | 4 ++--
 .github/workflows/main.yaml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 5eec511..b1d5ed0 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -32,8 +32,8 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v1-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v1-
+          key: texlive-v0-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive-v0-
       # We need docutils for our documentation
       - run: sudo apt-get install python3-docutils
       - name: Install TeX Live
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 1c5efc2..845c58d 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -57,8 +57,8 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v1-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v1-
+          key: texlive-v0-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive-v0-
       # We need docutils for our documentation
       - run: sudo apt-get install python3-docutils
       - name: Install TeX Live





More information about the latex3-commits mailing list.