Skip to content

Commit

Permalink
Run lean CI in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Jul 22, 2024
1 parent 20526e6 commit 08344c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ jobs:

- name: Configure
run: |
cd lean4
lake exe cache get
- name: Build
run: |
cd lean4
lake build
- name: Save olean cache
run: |
cd lean4
lake exe cache pack

0 comments on commit 08344c8

Please sign in to comment.