Skip to content

Commit

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

0 comments on commit 18f5e19

Please sign in to comment.