We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da79748 commit 5fef6e3Copy full SHA for 5fef6e3
1 file changed
build.cs
@@ -61,7 +61,7 @@ await RunAsync("docker",
61
"-e NODE_OPTIONS=\"--max-old-space-size=8192\" " +
62
$"-e GITHUB_TOKEN=\"{githubToken}\" " +
63
"node:24-slim " +
64
- "sh -c \"apt-get update && apt-get install -y git && npm ci && npm run build && cp -r dist/. /output/\"",
+ "sh -c \"apt-get update && apt-get install -y git && git config --global --add safe.directory /app && npm ci && npm run build && cp -r dist/. /output/\"",
65
configureEnvironment: env => env.Add("MSYS_NO_PATHCONV", "1"));
66
});
67
0 commit comments