Skip to content

Commit

Permalink
Merge pull request #52 from paulcadman/ci-cache
Browse files Browse the repository at this point in the history
Use the mathlib4 cache in CI build
  • Loading branch information
paulcadman authored Dec 10, 2024
2 parents e8f428a + 552bdd8 commit 26bceb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- uses: actions/checkout@v4

- name: fetch mathlib cache
run: lake exe cache get

- name: build project
run: just build

Expand Down Expand Up @@ -63,6 +66,9 @@ jobs:
- uses: actions/checkout@v4

- name: fetch mathlib cache
run: lake exe cache get

- name: build project
run: just build

Expand Down

0 comments on commit 26bceb9

Please sign in to comment.