Skip to content

Commit 7f0f481

Browse files
authored
fix: invalid culture identifier (#88)
* remove `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT` * build index.js Signed-off-by: Alex Chi <[email protected]>
1 parent 502fc5c commit 7f0f481

File tree

3 files changed

+1511
-6
lines changed

3 files changed

+1511
-6
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55142,7 +55142,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
5514255142
'#!/bin/bash',
5514355143
`cd "${config.input.runnerHomeDir}"`,
5514455144
'export RUNNER_ALLOW_RUNASROOT=1',
55145-
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5514655145
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
5514755146
'./run.sh',
5514855147
];
@@ -55154,7 +55153,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
5515455153
'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3/actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz',
5515555154
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz',
5515655155
'export RUNNER_ALLOW_RUNASROOT=1',
55157-
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5515855156
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
5515955157
'./run.sh',
5516055158
];

0 commit comments

Comments
 (0)