feat: use mathlib4 build cache
parent
8ac4e35587
commit
f37579aaf7
|
@ -28,6 +28,7 @@ jobs:
|
||||||
cd ../
|
cd ../
|
||||||
git clone https://github.com/leanprover-community/mathlib4
|
git clone https://github.com/leanprover-community/mathlib4
|
||||||
cd mathlib4
|
cd mathlib4
|
||||||
|
lake exe cache get
|
||||||
lake build
|
lake build
|
||||||
|
|
||||||
- name: generate docs (PRs only)
|
- name: generate docs (PRs only)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
leanprover/lean4:nightly-2022-12-22
|
leanprover/lean4:nightly-2023-01-04
|
||||||
|
|
Loading…
Reference in New Issue