Template
fix: add missing PHP setup to workflow-sync-trigger #28
Reference in New Issue
Block a user
Delete Branch "fix/sync-missing-php"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The workflow sync trigger fails with
php: command not foundbecauseubuntu-latestdoesn't have PHP pre-installed. Adds a PHP setup step before cloning mokocli.Root Cause
Both runs (28338, 28276) from PRs #26 and #27 failed at the "Run workflow sync" step.