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 8765549 commit 05c3406Copy full SHA for 05c3406
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: delete unused mathlib cache
42
continue-on-error: true
43
- run: find ./.lake/packages/mathlib/build/lib -type f \( -name "*.olean" -o -name "*.olean.hash" \) \! -neweraa ./tmp_timestamp -delete -print
+ run: find ./.lake/packages/mathlib/.lake/build/lib -type f \( -name "*.olean" -o -name "*.olean.hash" \) \! -neweraa ./tmp_timestamp -delete -print
44
45
- name: delete timestamp file
46
run: rm ./tmp_timestamp
0 commit comments