Skip to content

Commit

Permalink
CI: fix Valgrind reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jan 16, 2024
1 parent e537e0a commit 5ed317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Expand Up @@ -84,4 +84,4 @@ jobs:
- name: Show Valgrind logs
if: ${{failure() && matrix.config.valgrind == 'ON'}}
working-directory: ${{runner.workspace}}/build
run: find ./Testing/Temporary -name "MemoryChecker.*.log" -size | xargs cat
run: find ./Testing/Temporary -name "MemoryChecker.*.log" | xargs cat

0 comments on commit 5ed317c

Please sign in to comment.