Address some comments and correct compression commands
This commit is contained in:
-5
@@ -94,11 +94,6 @@ async function getVersion(app: string): Promise<string> {
|
||||
|
||||
// Use zstandard if possible to maximize cache performance
|
||||
export async function getCompressionMethod(): Promise<CompressionMethod> {
|
||||
// if (process.platform === 'win32' && !(await getGnuTarPathOnWindows())) {
|
||||
// // Disable zstd due to bug https://github.com/actions/cache/issues/301
|
||||
// return CompressionMethod.Gzip
|
||||
// }
|
||||
|
||||
const versionOutput = await getVersion('zstd')
|
||||
const version = semver.clean(versionOutput)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user