mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-08-14 20:55:13 +00:00
save state with incremental
This commit is contained in:
parent
470b5b92f9
commit
5bbbdb9115
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
@ -87407,6 +87407,7 @@ async function run() {
|
|||||||
lib_core.debug(`${err.stack}`);
|
lib_core.debug(`${err.stack}`);
|
||||||
match = false;
|
match = false;
|
||||||
}
|
}
|
||||||
|
config.saveState();
|
||||||
}
|
}
|
||||||
setCacheHitOutput(match);
|
setCacheHitOutput(match);
|
||||||
}
|
}
|
||||||
|
@ -88,6 +88,7 @@ async function run() {
|
|||||||
core.debug(`${(err as any).stack}`);
|
core.debug(`${(err as any).stack}`);
|
||||||
match = false;
|
match = false;
|
||||||
}
|
}
|
||||||
|
config.saveState();
|
||||||
}
|
}
|
||||||
|
|
||||||
setCacheHitOutput(match);
|
setCacheHitOutput(match);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user