Update build.yml
This commit is contained in:
parent
2824826b0f
commit
64a1725bc3
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
run: |
|
||||
lean --version
|
||||
lake --version
|
||||
cat lean-toolchain
|
||||
|
||||
- name: check ls
|
||||
run: |
|
||||
|
@ -32,14 +33,14 @@ jobs:
|
|||
- name: build cache
|
||||
run: |
|
||||
lake exe cache get
|
||||
|
||||
|
||||
- name: build HepLean
|
||||
id: build
|
||||
uses: liskin/gh-problem-matcher-wrap@v3
|
||||
with:
|
||||
linters: gcc
|
||||
run: |
|
||||
lake build
|
||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
|
||||
|
||||
- name: lint HepLean
|
||||
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue