Files
php-qml/.gitea/workflows
magdev fca2378d63
Some checks failed
CI / Quality (push) Waiting to run
Release / Linux AppImage (push) Failing after 4m12s
ci: install cmake + ninja-build (act-runner image is slim)
GitHub-hosted ubuntu-latest preinstalls cmake and ninja. Gitea's
act-runner uses a minimal Ubuntu image (catthehacker/ubuntu:act-*)
which doesn't, so the build step fails with "cmake: command not
found" (exit 127).

apt-get update was already run by install-qt-action's deps step
earlier in the job, so the lists are populated — just install.

Same step added to ci.yml and release.yml.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 10:14:04 +02:00
..