Skip to content

Commit 1ac28ee

Browse files
SnO2WMaNclaude
andcommitted
Speed up mk_all check in CI by fetching Mathlib cache before running it
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b129c0b commit 1ac28ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
run: |
105105
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
106106
echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
107+
- name: Get Mathlib cache
108+
run: lake exe cache get
107109
- name: Check mk_all executed
108110
run: |
109111
just mk-all

0 commit comments

Comments
 (0)