chore: CI: even shorter install tree listing

This commit is contained in:
Sebastian Ullrich 2021-11-15 14:46:56 +01:00
parent 767e9cffda
commit 60095ce13f

View file

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