-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Doesn't work on self host runner #209
Comments
currently does not support self hosted runners. |
Thanks. Can you explain briefly, why? (just curious) |
Never tested on self hosted runners. Will test and let you know. |
@oleg-brizy It will work on self hosted runners on ubuntu, windows and macos after 2.2.0 release. |
Will (I have no idea how the dependencies are installed internally, system-wide or some sort of "containers") |
Yes, the action requires |
Is 2.2.0 release or later already out? Can't seem to find it anywhere yet ;) |
@RemyyB It's In Progress |
Doesn't work in act too, for running GitHub Actions locally. |
@georgezim85 There are some issues in using The solution would be to use |
@oleg-brizy, @georgezim85 @RemyyB Also added support for Let me know if there are any issues. |
I have two js/node projects and I migrated them successfully on self host runner.
The php project refuses to work https://pastebin.com/raw/LvUPq9ym
I allowed
sudo
for runner user without password, so the script can install the dependecies it needs. But in logs, after successfull php install, below it showsphp not found
(weird).All these github actions are new to me, I thought the migration to self hosted will take a few minutes (no config change) but it took all day and still not working.
Is it possible to use this setup on self hosted or it works only on github cloud?
My config https://pastebin.com/RKSG4e0w
Dockerfile https://pastebin.com/EpZzDfvg
The text was updated successfully, but these errors were encountered: