@@ -93,7 +93,7 @@ export namespace BunProc {
"--force",
"--exact",
// TODO: get rid of this case (see: https://github.com/oven-sh/bun/issues/19936)
- ...(proxied() ? ["--no-cache"] : []),
+ ...(proxied() || process.env.CI ? ["--no-cache"] : []),
"--cwd",
Global.Path.cache,
pkg + "@" + version,
@@ -289,7 +289,7 @@ export namespace Config {
[
"install",
],
{ cwd: dir },
).catch((err) => {