Skip to content

Commit

Permalink
Another try on diagnostic.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 18f5e19 commit 112d226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 112d226

Please sign in to comment.