mirror of https://github.com/actions/toolkit
Fix test
parent
1dae855746
commit
c0085d7739
|
@ -103,8 +103,8 @@ export async function restoreCache(
|
|||
}
|
||||
} catch (error) {
|
||||
if (
|
||||
process.platform == 'win32' &&
|
||||
compressionMethod != CompressionMethod.Gzip
|
||||
process.platform === 'win32' &&
|
||||
compressionMethod !== CompressionMethod.Gzip
|
||||
) {
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue