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
When I use cargo php install on GitHub Action, I get this error, here are CI log link. I know this is due to permission issues, but since cargo is not installed under the sudo user, we cannot directly use "sudo cargo php install", which will cause another problem.
sudo: cargo: command not found
Perhaps we can add a new option like "cargo php install --try", which will build and output the path of PHP extension and dylib files, so that we can manually copy them. Please let me know your thoughts, and I'd like to submit a PR for it.
The text was updated successfully, but these errors were encountered:
When I use
cargo php install
on GitHub Action, I get this error, here are CI log link. I know this is due to permission issues, but since cargo is not installed under the sudo user, we cannot directly use "sudo cargo php install", which will cause another problem.Perhaps we can add a new option like "cargo php install --try", which will build and output the path of PHP extension and dylib files, so that we can manually copy them. Please let me know your thoughts, and I'd like to submit a PR for it.
The text was updated successfully, but these errors were encountered: