Files
php-qml/.gitea/workflows/ci.yml
magdev badb5056c9
Some checks failed
CI / Quality (push) Failing after 3m14s
Release / Linux AppImage (push) Has been cancelled
ci: pin Qt install dir for act-runner (runner.temp comes through empty)
install-qt-action defaults `dir:` to `${{ runner.temp }}` if unset.
GitHub-hosted runners populate runner.temp; Gitea/Forgejo's act-runner
leaves it as the empty string. The action then rejects the empty path
with `TypeError: "dir" input may not be empty`.

Hardcoding `dir: ${{ github.workspace }}/qt` works on both — workspace
is always populated and writable, and the path is inside the job's
working tree so it's auto-cleaned with the workspace.

Same change in ci.yml and release.yml.

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

2.5 KiB