Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Try debugging MSVC failure
  • Loading branch information
messmerd committed Jul 9, 2025
commit 3431d54b2bd934a421ef2524f492d5d46a3e43c9
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
- name: Run tests
run: |
cd build/tests
ctest --verbose --output-on-failure
ctest --debug --output-on-failure
- name: Package
run: cmake --build build --target package
- name: Upload artifacts
Expand Down
Loading