Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzard_inc committed Jan 7, 2025
1 parent ceacafd commit 9bb1d83
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
shell: bash
run: |
rm -rf .lake/build/lib/Mathlib/
lake exe cache get Mathlib.Init
lake --verbose exe cache get Mathlib.Init
# Fail quickly if the cache is completely cold, by checking for Mathlib.Init
lake build --no-build Mathlib.Init && lake exe cache get || echo "No cache for 'Mathlib.Init' available"
- name: grab the cache
shell: bash
run: |
rm -rf .lake/build/lib/Mathlib/
lake exe cache get
lake build --no-build Mathlib.Init && lake --verbose exe cache get || echo "No cache for 'Mathlib.Init' available"

0 comments on commit 9bb1d83

Please sign in to comment.