From 112d226a4989aed1bf0507c9a25bc58b92558d3d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 12 Dec 2024 16:49:28 -0800 Subject: [PATCH] Another try on diagnostic. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6787c130..523563420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,8 @@ jobs: ctest --test-dir build -C Debug --output-on-failure shell: cmd - name: diagnostic - run: 'dir /s/w/o/p' + run: ls -R + shell: bash - name: Upload artifact uses: actions/upload-artifact@v4 with: