We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85642d8 commit 3a4756aCopy full SHA for 3a4756a
.github/workflows/build.yml
@@ -74,9 +74,7 @@ jobs:
74
run: |
75
rm -rf .lake/build/lib/Mutable/
76
rm -rf .lake/build/lib/Algorithm/
77
- # Fail quickly if the cache is completely cold, by checking for Mathlib.Init
78
- lake exe cache get Mathlib.Init
79
- lake build --no-build Mathlib.Init && lake exe cache get || echo "No cache for 'Mathlib.Init' available"
+ lake exe cache get
80
81
- name: update {Mutable, Algorithm}.lean
82
id: mk_all
0 commit comments