From 5feaa7336668640de01f8da9f9b97a90d5050f44 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 2 Jan 2025 18:35:30 +0000 Subject: [PATCH] Debug CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 482990b..d1c560c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}