mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Testing workflows
This commit is contained in:
2
.github/actions/cache/action.mjs
vendored
2
.github/actions/cache/action.mjs
vendored
@@ -47,7 +47,9 @@ export async function restoreCache() {
|
||||
}
|
||||
|
||||
console.log("Using local cache...");
|
||||
process.stderr.write("HERE!\n");
|
||||
if (!existsSync(cacheDir)) {
|
||||
process.stderr.write("HERE! 2\n");
|
||||
console.log("Cache directory does not exist, creating it...", cacheDir);
|
||||
try {
|
||||
mkdirSync(cacheDir, { recursive: true });
|
||||
|
||||
2
.github/actions/cache/dist/action.cjs
vendored
2
.github/actions/cache/dist/action.cjs
vendored
@@ -75494,7 +75494,9 @@ async function restoreCache() {
|
||||
}
|
||||
}
|
||||
console.log("Using local cache...");
|
||||
process.stderr.write("HERE!\n");
|
||||
if (!(0, import_node_fs.existsSync)(cacheDir)) {
|
||||
process.stderr.write("HERE! 2\n");
|
||||
console.log("Cache directory does not exist, creating it...", cacheDir);
|
||||
try {
|
||||
(0, import_node_fs.mkdirSync)(cacheDir, { recursive: true });
|
||||
|
||||
@@ -75491,7 +75491,9 @@ async function restoreCache() {
|
||||
}
|
||||
}
|
||||
console.log("Using local cache...");
|
||||
process.stderr.write("HERE!\n");
|
||||
if (!(0, import_node_fs.existsSync)(cacheDir)) {
|
||||
process.stderr.write("HERE! 2\n");
|
||||
console.log("Cache directory does not exist, creating it...", cacheDir);
|
||||
try {
|
||||
(0, import_node_fs.mkdirSync)(cacheDir, { recursive: true });
|
||||
|
||||
Reference in New Issue
Block a user