Update build.yml

This commit is contained in:
jstoobysmith 2024-05-14 11:02:11 -04:00
parent 8fd956210f
commit 826bcaa03e

View file

@ -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