Skip to content

Commit

Permalink
use lean-action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Sep 12, 2024
1 parent 4de63c7 commit a8eb7b8
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,5 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: install elan
run: |
set -o pipefail
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- uses: actions/checkout@v4

- name: print lean and lake versions
run: |
lean --version
lake --version
- name: build package
run: env LEAN_ABORT_ON_PANIC=1 lake build
- uses: leanprover/lean-action@v1

0 comments on commit a8eb7b8

Please sign in to comment.