Skip to content

Commit

Permalink
chore: ci: fix List Install Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Nov 9, 2021
1 parent 2d14517 commit a3b419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: List Install Tree
run: |
# omit contents of src/, Init/, ...
tree --du -h lean-* | grep -Ev '(│.*){3}'
tree --du -h lean-* | grep -v '\.o?lean'
- name: Pack
if: ${{ startsWith(github.ref, 'refs/tags/v') && matrix.release }}
run: |
Expand Down

0 comments on commit a3b419a

Please sign in to comment.