[latex3-commits] [git/LaTeX3-latex3-latex3] main: Force cache rebuild (cc882af6d)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 5 19:11:06 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/cc882af6d371b78c446fc96c60fd9a6b83cbe477

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

commit cc882af6d371b78c446fc96c60fd9a6b83cbe477
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 5 18:11:06 2022 +0100

    Force cache rebuild


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

cc882af6d371b78c446fc96c60fd9a6b83cbe477
 .github/workflows/cache.yaml  | 4 ++--
 .github/workflows/deploy.yaml | 4 ++--
 .github/workflows/main.yaml   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index f39f69d1e..3192af745 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -35,8 +35,8 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v0-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v0-
+          key: texlive-v1-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive-v1-
       - name: Install TeX Live
         uses: zauguin/install-texlive at v1
         with:
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 6d5e888ae..ac1514610 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -35,8 +35,8 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v0-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v0-
+          key: texlive-v1-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive-v1-
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Install TeX Live
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index f3c620dc0..66a2f95a7 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -58,8 +58,8 @@ jobs:
         uses: actions/cache at v2
         with:
           path: ~/texlive
-          key: texlive-v0-${{ steps.get-id.outputs.id }}
-          restore-keys: texlive-v0-
+          key: texlive-v1-${{ steps.get-id.outputs.id }}
+          restore-keys: texlive-v1-
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Install TeX Live





More information about the latex3-commits mailing list.