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
This just started happening for me today as well. Happening on setups that have been working for months, no changes.
Seeing this error from github:
System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
en-US is an invalid culture identifier.
at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)
at System.Globalization.CultureInfo..ctor(String name)
at GitHub.Runner.Common.HostContext.SetDefaultCulture(String name)
at GitHub.Runner.Worker.Worker.SetCulture(AgentJobRequestMessage message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
I have followed all the instructions that are mentioned in the README.md but the hello world job results in failure for me.
Here is the output from the
EC2 Serial Console
:Here is the output from the GitHub action (it stays stuck here):
Here is what's in my
.github/workflows/aws-ec2-job.yml
file:The text was updated successfully, but these errors were encountered: