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
Thank you @KamisamaJin. Explicitly adding local/bin in the PATH seems like a good idea and has no harm. I went ahead and pushed the patch under master. Workflow has been updated now. 👏
@anandsinghs257 Apologies, I deleted your comment by mistake. Please check if the fix is working for you and revert back if any issues. I will be glad to assist you with it. (GitHub seriously needs to add a confirmation before they delete the message)
Debug console output: /run.sh:13: command not found: insect
but I've installed insect,
so I tried to add this line:
PATH=$($(echo $SHELL) -ic 'echo $PATH'):/usr/local/bin:$PATH
it works.
The text was updated successfully, but these errors were encountered: