Skip to content

Commit

Permalink
bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
2over12 committed Oct 3, 2023
1 parent d640cfe commit 4f44a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Tree size
shell: bash
run: |
tree -du -h -L 3 $(pwd)/../
du -h $(pwd)/../ | sort -h
- name: Run tests
shell: bash
working-directory: remill-build
Expand All @@ -84,7 +84,7 @@ jobs:
working-directory: remill-build
if: always()
run: |
tree -du -h -L 3
du -h
- name: Smoketests with installed executable
shell: bash
run: |
Expand Down

0 comments on commit 4f44a92

Please sign in to comment.