1
0
Fork 0
pull/1249/head
Sampark Sharma 2022-12-06 11:52:46 +00:00 committed by GitHub
parent 1dae855746
commit c0085d7739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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