Skip to content

Commit 5464d43

Browse files
committed
Merge branch 'fix-runner-culture-issue' of github.com:physion/ec2-github-runner into fix-runner-culture-issue
2 parents 2c7262f + 3615d82 commit 5464d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55148,6 +55148,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
5514855148
'sudo echo "export RUNNER_ALLOW_RUNASROOT=1" >> /etc/profile.d/env.sh',
5514955149
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5515055150
'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> /etc/profile.d/env.sh',
55151+
'export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true',
5515155152
'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true" >> /etc/profile.d/env.sh',
5515255153
`./config.sh --unattended --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
5515355154
'./run.sh',

0 commit comments

Comments
 (0)