From 18f5e1983e317955556b54b85a4eb1a2e4c52177 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 12 Dec 2024 16:42:19 -0800 Subject: [PATCH] Fix diagnostic. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6cc6825f..d6787c130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: ctest --test-dir build -C Debug --output-on-failure shell: cmd - name: diagnostic - run: 'dir /b /a /s' + run: 'dir /s/w/o/p' - name: Upload artifact uses: actions/upload-artifact@v4 with: