mirror of
https://github.com/Swatinem/rust-cache
synced 2025-06-08 17:43:25 +00:00
dist
This commit is contained in:
parent
acd5291606
commit
3231cccdde
2 changed files with 453 additions and 453 deletions
4
dist/save/index.js
vendored
4
dist/save/index.js
vendored
|
@ -86789,11 +86789,11 @@ class CacheConfig {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.keyEnvs = keyEnvs;
|
self.keyEnvs = keyEnvs;
|
||||||
key += `-${digest(hasher)}`;
|
|
||||||
self.restoreKey = key;
|
|
||||||
// Make sure we consider incremental builds
|
// Make sure we consider incremental builds
|
||||||
self.incremental = core.getInput("incremental").toLowerCase() == "true";
|
self.incremental = core.getInput("incremental").toLowerCase() == "true";
|
||||||
hasher.update(`incremental=${self.incremental}`);
|
hasher.update(`incremental=${self.incremental}`);
|
||||||
|
key += `-${digest(hasher)}`;
|
||||||
|
self.restoreKey = key;
|
||||||
// Construct the lockfiles portion of the key:
|
// Construct the lockfiles portion of the key:
|
||||||
// This considers all the files found via globbing for various manifests
|
// This considers all the files found via globbing for various manifests
|
||||||
// and lockfiles.
|
// and lockfiles.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue