mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
Fix test
This commit is contained in:
Vendored
+2
-2
@@ -103,8 +103,8 @@ export async function restoreCache(
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (
|
if (
|
||||||
process.platform == 'win32' &&
|
process.platform === 'win32' &&
|
||||||
compressionMethod != CompressionMethod.Gzip
|
compressionMethod !== CompressionMethod.Gzip
|
||||||
) {
|
) {
|
||||||
// On windows, we will try to download the cache entry with the same key
|
// On windows, we will try to download the cache entry with the same key
|
||||||
// but with different compression method. This is to support the old cache entry created
|
// but with different compression method. This is to support the old cache entry created
|
||||||
|
|||||||
Reference in New Issue
Block a user