Update build.yml

This commit is contained in:
jstoobysmith 2024-05-22 16:35:19 -04:00
parent f78755a6ea
commit 2824826b0f

View file

@ -32,14 +32,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: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
lake build
- name: lint HepLean
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}