Skip to content

Commit

Permalink
Don't use github cache for lean-action [annotate]
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 28, 2024
1 parent db9096b commit e9a5370
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4"
use-github-cache: false
- name: check DuperXp
if: >-
steps.filter.outputs.shared == 'true' ||
Expand All @@ -92,6 +93,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-duper-xp"
use-github-cache: false
- name: check VersoXp
if: >-
steps.filter.outputs.shared == 'true' ||
Expand All @@ -100,6 +102,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-verso-xp"
use-github-cache: false
# use-mathlib-cache: true
- name: check SciXp
if: >-
Expand All @@ -111,6 +114,7 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-sci-xp"
use-github-cache: false
use-mathlib-cache: true
- name: Install Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit e9a5370

Please sign in to comment.