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
@jasons42
Thanks for your report. Can you reproduce it on GitHub-hosted Ubuntu runner? If it occurs only in the self-hosted runner, some configuration on.it would be wrong.
Facing the same issue with self-hosted runners, though if you notice @jasons42 logs, sudo apt-get update works right before the sudo apt-get install. How apt-get get missing right after it's being called?
Running into a strange error when trying to install dependencies on a self-hosted Ubuntu runner.
sudo apt-get update
runs normally but then it seems likeapt-get
cannot be found when running the install command.Action config:
Ubuntu version info:
I was able to workaround this issue by adding my own step to install deps, which should be running the exact same commands:
The text was updated successfully, but these errors were encountered: