Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Valgrind installation verification step
This change adds a step to verify that Valgrind is installed correctly in the continuous integration workflow. Running `valgrind --version` ensures that the tool is available before proceeding further in the workflow, which helps in diagnosing any installation issues early.
- Loading branch information