mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
The XRPLF/actions/prepare-runner action hardcodes /root/.ccache and /root/.conan2 for Linux, assuming container execution as root. This workflow runs natively on ubuntu-latest as the runner user. Replace prepare-runner with inline apt-get install of ccache + ninja, and use CMake compiler launchers for ccache instead. Keep all other main CI patterns: pinned actions, get-nproc, env-based secrets, CCACHE_SLOPPINESS, print-env step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>