3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-08 00:15:06 +00:00

implement support for CARGO_HOME

fixes #8
This commit is contained in:
Arpad Borsos 2021-01-28 18:16:36 +01:00
parent cbcc887094
commit 2639a56bb8
3 changed files with 7 additions and 4 deletions

View file

@ -35,7 +35,8 @@ async function run() {
} catch {}
core.info(`Saving paths:\n ${savePaths.join("\n ")}`);
core.info(`Using key "${key}".`);
core.info(`In directory:\n ${process.cwd()}`);
core.info(`Using key:\n ${key}`);
await cache.saveCache(savePaths, key);
} catch (e) {
core.info(`[warning] ${e.message}`);