Skip to content

Commit

Permalink
chore: update lean-action to v1-beta (#10)
Browse files Browse the repository at this point in the history
* chore: update `lean-action` to v1-beta

* chore: remove redundant logging step from workflow
  • Loading branch information
austinletson authored May 23, 2024
1 parent 35e38eb commit b167323
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: leanprover/lean-action@v1-alpha
- uses: actions/checkout@v4

- uses: leanprover/lean-action@v1-beta
with:
check-reservoir-eligibility: true
# use setup from lean-action to perform the following steps
- name: print lean and lake versions
run: |
lean --version
lake --version
- name: verify `lake exe graph` works
run: |
lake exe graph
Expand Down

0 comments on commit b167323

Please sign in to comment.