Update build.yml
This commit is contained in:
parent
8fd956210f
commit
826bcaa03e
1 changed files with 3 additions and 8 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -32,14 +32,9 @@ jobs:
|
|||
run: |
|
||||
lake build cache
|
||||
|
||||
- name: build HepLean
|
||||
id: build
|
||||
uses: liskin/gh-problem-matcher-wrap@v3
|
||||
with:
|
||||
linters: gcc
|
||||
run: |
|
||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build HepLean | tee stdout.log"
|
||||
|
||||
- name: Build HepLean
|
||||
run: lake build HepLean
|
||||
|
||||
- name: lint HepLean
|
||||
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
||||
id: lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue