Describe the bug
It seems that the action gets stuck while running
this is the debug log from the workflow:
I've tried to wait several minutes, without any success
any ideas?
Version
Runners
Self Hosted
Operating systems
ubuntu 24.04
PHP versions
PHP8.4
To Reproduce
just start a workflow in a self-hosted runner
Expected behavior
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
env:
runner: self-hosted
with:
php-version: ${{ matrix.php }}
tools: composer:v2
extensions: curl, mbstring, gd, zip, sqlite
coverage: none
Screenshots/Logs

Additional context
No response
Are you willing to submit a PR?
No
Describe the bug
It seems that the action gets stuck while running
this is the debug log from the workflow:
I've tried to wait several minutes, without any success
any ideas?
Version
Runners
Self Hosted
Operating systems
ubuntu 24.04
PHP versions
PHP8.4
To Reproduce
just start a workflow in a self-hosted runner
Expected behavior
Screenshots/Logs
Additional context
No response
Are you willing to submit a PR?
No