[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Force cache update (beb08814)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Apr 11 00:01:54 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : main
Link : https://github.com/latex3/latex2e/commit/beb088144a850c39bfeea6b6294f3b24067ca66a
>---------------------------------------------------------------
commit beb088144a850c39bfeea6b6294f3b24067ca66a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Apr 10 23:01:54 2022 +0100
Force cache update
>---------------------------------------------------------------
beb088144a850c39bfeea6b6294f3b24067ca66a
.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 f39f69d1..3192af74 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 223e27a3..9fd250d5 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 3e8f406c..ee15ca2a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -61,8 +61,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.