Skip to content

Commit

Permalink
Explicitly use mathlib cache for indirect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 24, 2024
1 parent 0bf1269 commit 60654c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-verso-xp"
use-mathlib-cache: true
- name: check SciXp
if: >-
steps.filter.outputs.shared == 'true' ||
Expand All @@ -108,6 +109,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-sci-xp"
use-mathlib-cache: true
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 60654c9

Please sign in to comment.