• CI: install cmake/python3 for O3DE's get_python.sh

    gitea-actions released this 2026-06-15 10:11:14 +02:00 | 12 commits to main since this release

    get_python.sh runs on the host shell and shells out to cmake to fetch the
    engine's Python runtime, but the bare ubuntu container had neither cmake
    nor python3. Add them (and tar) to the dependency install.

    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

    Downloads