Skip to content

Commit

Permalink
Merge pull request #173 from eric-wieser/patch-1
Browse files Browse the repository at this point in the history
Run lean CI in the right directory
  • Loading branch information
amit9oct authored Jul 23, 2024
2 parents 20526e6 + e26f520 commit 02ae505
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 @@ -24,13 +24,16 @@ jobs:
key: oleans

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

0 comments on commit 02ae505

Please sign in to comment.