Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 2, 2025
1 parent 821d826 commit 5feaa73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
shell: bash
run: ls -la ${{ github.workspace }}/
run: |
sudo apt-get install tree
tree ${{ github.workspace }}/build/
- name: Upload diagnostics
if: ${{ matrix.analysis == 'ON' }}
Expand Down

0 comments on commit 5feaa73

Please sign in to comment.