mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Add cross os opt-in functionality for cache on windows
This commit is contained in:
+2
-1
@@ -34,8 +34,9 @@ export interface ReserveCacheResponse {
|
||||
}
|
||||
|
||||
export interface InternalCacheOptions {
|
||||
compressionMethod?: CompressionMethod
|
||||
cacheSize?: number
|
||||
compressionMethod?: CompressionMethod
|
||||
crossOsEnabled?: boolean
|
||||
}
|
||||
|
||||
export interface ArchiveTool {
|
||||
|
||||
Reference in New Issue
Block a user