Skip to content

Commit 3a4756a

Browse files
ci: fix cache (#46)
1 parent 85642d8 commit 3a4756a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ jobs:
7474
run: |
7575
rm -rf .lake/build/lib/Mutable/
7676
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"
77+
lake exe cache get
8078
8179
- name: update {Mutable, Algorithm}.lean
8280
id: mk_all

0 commit comments

Comments
 (0)