chore: CI: even shorter install tree listing
This commit is contained in:
parent
767e9cffda
commit
60095ce13f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -131,8 +131,8 @@ jobs:
|
|||
run: ${{ matrix.binary-check }} lean-*/bin/* || true
|
||||
- name: List Install Tree
|
||||
run: |
|
||||
# omit contents of src/, Init/, ...
|
||||
tree --du -h lean-* | grep -Ev '\.o?lean'
|
||||
# omit contents of Init/, ...
|
||||
tree --du -h lean-* | grep -E ' (Init|Std|Lean|Lake|LICENSE|[a-z])'
|
||||
- name: Pack
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') && matrix.release }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue