Skip to content

Commit

Permalink
fix: run lake update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Apr 13, 2024
1 parent df1bde5 commit 5b0a61f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: override elan default
run: elan override set leanprover/lean4:nightly

- name: lake update
run: lake update

- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5b0a61f

Please sign in to comment.