-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: action hangs #912
Comments
@weirdan |
@shivammathur yes. GH runner runs under |
@weirdan - uses: shivammathur/setup-php@more-verbose
with:
php-version: '8.0'
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, dom, filter, gd, iconv, json, mbstring, pdo, imagick, xdebug, redis
env:
update: true
runner: self-hosted |
It looped, seemingly forever, outputting
The directory existed, was empty and was owned by root, created yesterday (that's when the problem appeared). Cancelling all workflows, removing that directory and restarting the job fixed the issue for me. Let me know if you need more logs. Thanks for you help, @shivammathur |
89a5bff should fix this, so it does not happen again. |
Describe the bug
The action gets stuck after
==> Setup Tools
messageVersion
Runners
Self Hosted
Operating systems
Ubuntu 22.04.4 LTS
PHP versions
I'm installing PHP 8.0
To Reproduce
Expected behavior
The action should not hang
Screenshots/Logs
Additional context
Refs #904 (comment)
Seems to be the same as #904
Disabling tools installation completely (
tools: none
) allows the action to be completed.Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: