We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3fe1d commit 2d10ba9Copy full SHA for 2d10ba9
src/aws.js
@@ -17,6 +17,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
17
'sudo echo "export RUNNER_ALLOW_RUNASROOT=1" >> /etc/profile.d/env.sh',
18
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
19
'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',
22
`./config.sh --unattended --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
23
'./run.sh',
0 commit comments