Skip to content

Commit 05c3406

Browse files
committed
update workflow
1 parent 8765549 commit 05c3406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: delete unused mathlib cache
4242
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
43+
run: find ./.lake/packages/mathlib/.lake/build/lib -type f \( -name "*.olean" -o -name "*.olean.hash" \) \! -neweraa ./tmp_timestamp -delete -print
4444

4545
- name: delete timestamp file
4646
run: rm ./tmp_timestamp

0 commit comments

Comments
 (0)