Add cross os opt-in functionality for cache on windows

This commit is contained in:
Sampark Sharma
2022-12-29 12:45:10 +00:00
committed by GitHub
parent 2867e318d4
commit ec3a87298b
3 changed files with 30 additions and 10 deletions
+2 -1
View File
@@ -34,8 +34,9 @@ export interface ReserveCacheResponse {
}
export interface InternalCacheOptions {
compressionMethod?: CompressionMethod
cacheSize?: number
compressionMethod?: CompressionMethod
crossOsEnabled?: boolean
}
export interface ArchiveTool {