File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ async function startEc2Instance(label, githubRegistrationToken) {
1717 'sudo echo "export RUNNER_ALLOW_RUNASROOT=1" >> /etc/profile.d/env.sh' ,
1818 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1' ,
1919 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> /etc/profile.d/env.sh' ,
20- 'export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true ' ,
21- 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true " >> /etc/profile.d/env.sh' ,
20+ 'export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=false ' ,
21+ 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=false " >> /etc/profile.d/env.sh' ,
2222 `./config.sh --unattended --url https://github.com/${ config . githubContext . owner } /${ config . githubContext . repo } --token ${ githubRegistrationToken } --labels ${ label } ` ,
2323 './run.sh' ,
2424 ] ;
You can’t perform that action at this time.
0 commit comments