[latex3-commits] [latex3/latex3] main: Fix cache workflow by checking out main repo (04e16696f)
github at latex-project.org
github at latex-project.org
Mon Feb 19 12:10:31 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/04e16696f0119e257ddaa59232def72381f37e69
>---------------------------------------------------------------
commit 04e16696f0119e257ddaa59232def72381f37e69
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sat Feb 17 13:32:14 2024 +0800
Fix cache workflow by checking out main repo
>---------------------------------------------------------------
04e16696f0119e257ddaa59232def72381f37e69
.github/workflows/cache.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index 8225360bd..105feec26 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-20.04
name: Update TeX Live
steps:
+ # To use `.github/tl_packages`, main repo must be checked out first.
+ - name: Checkout repository
+ uses: actions/checkout at v4
- name: Install TeX Live
uses: zauguin/install-texlive at v3
with:
More information about the latex3-commits
mailing list.