mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
The telemetry-validation workflow used --output-folder=build with conan install, which overrides the conanfile.py layout() and breaks include paths for Conan-managed protobuf (runtime_version.h not found). Aligned the build steps with the main CI's reusable-build-test-config.yml: drop --output-folder, add Ninja generator, and explicit build_type setting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>