@actions/cache
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -127,3 +127,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (process.platform === 'win32' && !isGnuTarInstalled()) { | ||
if (process.platform === 'win32' && !(yield isGnuTarInstalled())) { | ||
// Disable zstd due to bug https://github.com/actions/cache/issues/301 | ||
@@ -130,0 +130,0 @@ return constants_1.CompressionMethod.Gzip; |
{ | ||
"name": "@actions/cache", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"preview": true, | ||
@@ -5,0 +5,0 @@ "description": "Actions cache lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59983