You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had already posted a comment in another issue already closed for this problem (#613). And I saw that you had made PRs on the side of the laravel/pint repository to correct a problem making that the .phar was not available in the lasts releases (thank you very much for the reactivity by the way).
Having discussed with the person in charge of the Pint releases, I know that no new release is planned for the moment and that therefore, I could not simply wait for a new one. So I decided to use the last release with a .phar (1.1.0), unfortunately it is still impossible to setup Pint in my workflow even though the .phar seems to be present in this release
| ==> Setup Tools
| /usr/bin/php: error while loading shared libraries: libsodium.so.23: cannot open shared object file: No such file or directory
| ✓ composer Added composer 2.4.2
| /usr/bin/chmod: cannot access '/usr/local/bin/1.1.0/pint.phar': No such file or directory
| ✗ 1.1.0/pint.phar Could not setup 1.1.0/pint.phar
Version
I have checked releases, and the bug exists in the latest patch version of v1 or v2.
| ==> Setup Tools
| /usr/bin/php: error while loading shared libraries: libsodium.so.23: cannot open shared object file: No such file or directory
| ✓ composer Added composer 2.4.2
| /usr/bin/chmod: cannot access '/usr/local/bin/1.1.0/pint.phar': No such file or directory
| ✗ 1.1.0/pint.phar Could not setup 1.1.0/pint.phar
Describe the bug
I had already posted a comment in another issue already closed for this problem (#613). And I saw that you had made PRs on the side of the
laravel/pint
repository to correct a problem making that the.phar
was not available in the lasts releases (thank you very much for the reactivity by the way).Having discussed with the person in charge of the Pint releases, I know that no new release is planned for the moment and that therefore, I could not simply wait for a new one. So I decided to use the last release with a
.phar
(1.1.0
), unfortunately it is still impossible to setup Pint in my workflow even though the.phar
seems to be present in this releaseVersion
v1
orv2
.Runners
Operating systems
Ubuntu Latest
PHP versions
I tested with PHP 8.0 and PHP 8.1
To Reproduce
Expected behavior
Error during setup :
Additional context
The text was updated successfully, but these errors were encountered: